style method
Sets style parameter for ElevenLabs TTS
Implementation
AudioConfig style(double style) {
_config['style'] = style;
return this;
}
Sets style parameter for ElevenLabs TTS
AudioConfig style(double style) {
_config['style'] = style;
return this;
}