Sets voice for TTS
AudioConfig voice(String voiceName) { _config['voice'] = voiceName; return this; }