- Joined
- Jul 6, 2021
- Messages
- 2
- Reaction score
- 2
The doco here states "In case of Amazon releasing a new voice not included yet in this drop down list, you can just enter the value from the “Name/ID” column to use it". The Olivia neural voice does not appear in the voices dropdown - so I'm entering it manually.
When I input "Olivia" the resulting XML defaults to the "Standard" voice engine:
I can workaround the problem by manually modifying the XML file to:
This works, but thought I'd point it out.
P.S. We're new paying enterprise customers, I find it a little odd that I need to post bug reports to the forum. I get charging for support, but you should allow customers to submit bug reports/bug tickets directly.
When I input "Olivia" the resulting XML defaults to the "Standard" voice engine:
XML:
playPrompt.Prompts.Add(new TextToSpeechAudioPrompt(myCall, logHeader, onlineServices.TextToSpeechEngine, "Olivia", TextToSpeechAudioPrompt.TextToSpeechVoiceTypes.Standard...
I can workaround the problem by manually modifying the XML file to:
XML:
playPrompt.Prompts.Add(new TextToSpeechAudioPrompt(myCall, logHeader, onlineServices.TextToSpeechEngine, "Olivia", TextToSpeechAudioPrompt.TextToSpeechVoiceTypes.Neural...
This works, but thought I'd point it out.
P.S. We're new paying enterprise customers, I find it a little odd that I need to post bug reports to the forum. I get charging for support, but you should allow customers to submit bug reports/bug tickets directly.