voiceId method
Sets voice ID for ElevenLabs
Implementation
AudioConfig voiceId(String voiceId) {
_config['voiceId'] = voiceId;
return this;
}
Sets voice ID for ElevenLabs
AudioConfig voiceId(String voiceId) {
_config['voiceId'] = voiceId;
return this;
}