简体   繁体   中英

how do I customise my text to speech voice for the IBM Watson unity SDK?

I've got IBM's Watson text to speech for the unity SDK working beautifully but only the female american voice. I now need them to be either British or at least one male voice. I'm scottish so voice recognition is always a pain.

can someone tell me if I need to do it differently to the guide for other platforms,

Voice is a property of the TextToSpeech class. Once you create an instance of TextToSpeech (in this case called textToSpeech) you can

textToSpeech.Voice = VoiceType.en_GB_Kate;

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM