openaiSupportedVoices constant
Implementation
static const List<String> openaiSupportedVoices = [
'alloy', // Neutral voice
'ash', // Expressive voice
'ballad', // Melodic voice
'coral', // Warm voice
'echo', // Male voice
'fable', // British accent
'nova', // Female voice
'onyx', // Deep male voice
'sage', // Wise voice
'shimmer', // Soft female voice
'verse', // Poetic voice
];