Hello @Legate Lanius , Thanks for using Microsoft Q&A Platform.
Generally, to change the voice style in Azure Text to Speech, you can set the speech_synthesis_voice_name
to the name of the voice you want to use as you have already set the speech_synthesis_voice_name
property to "en-US-DavisNeural". The list of available voices can be found in the documentation: https://learn.microsoft.com/en-us/azure/ai-services/speech-service/language-support?tabs=tts
To know more information on how the voice that speaks is determined in order of priority is explained here: https://learn.microsoft.com/en-us/azure/ai-services/speech-service/how-to-speech-synthesis?tabs=browserjs%2Cterminal&pivots=programming-language-python#select-synthesis-language-and-voice
Is this something you are looking for?
Regards,
Vasavi
-Please kindly accept the answer and vote 'yes' if you feel helpful to support the community, thanks.