You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gain: 0 # Volume gain (range: -10–10; 0 = default)
284
+
```
285
+
286
+
## MiniMax TTS (Online, API Key Required)
287
+
MiniMax provides an online TTS service where models like `speech-02-turbo` offer powerful TTS capabilities with customizable voice options.
288
+
289
+
### Configuration Steps
290
+
1. **Obtain `group_id` and `api_key`**
291
+
You can register on the Minimax official website to get your `group_id` and `api_key`, [Official Documentation](https://platform.minimaxi.com/document/Fast)
292
+
293
+
2. **Fill in the `conf.yaml` configuration**
294
+
In the `minimax_tts` section of the configuration file, enter parameters in the following format (example):
The `voice_id` parameter can be configured to different voice tones. You can check the [voice ID query section in the official documentation](https://platform.minimaxi.com/document/get_voice) for a complete list of supported voices. The `pronunciation_dict` supports custom pronunciation rules - for example, you can define rules to pronounce "牛肉" as "neuro" using the format shown in the example.
0 commit comments