MiniMaxTTSEmotion
Supported MiniMax TTS voice emotions.
type MiniMaxTTSEmotion =
| "happy"
| "sad"
| "angry"
| "fearful"
| "disgusted"
| "surprised"
| "calm"
| "fluent"
| "whisper";
Defined in: src/providers/tts/minimax/MiniMaxTTS.ts:63
Supported MiniMax TTS voice emotions.
Remarks
Passed via voice_setting.emotion to color the delivery of the synthesized speech. When omitted, MiniMax chooses a neutral delivery.