-
Follow the Microsoft Document to deploy your custom voice
- Use the following parameter to integrate the custom voice
"tts": {
"vendor": "microsoft",
"params": {
"endpoint": "<custom_endpoint>"
"key": "<your_microsoft_key>",
"region": "<region>",
"voice_name": "<custom_Voice_Name>",
"speed": 1.0,
"volume": 70,
"sample_rate": 24000
}
}