-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Conversation
Voight Kampff Integration Test Succeeded (Results) |
Hey I just tried this against a local Mozilla TTS server and it seems that a non-empty text parameter is required. Passing no params resulted in:
and passing an empty string:
|
Just had a look at their server app routes and there's only two by default:
So we could send a non-empty text param to the synthesizer or ping the root instead? |
ups, i intended to ping the root, not the tts endpoint. |
Voight Kampff Integration Test Succeeded (Results) |
Works exactly as advertised 👍 Since the mozilla tts hasn't been merged to master yet, do you think the config should be changed to just the root? So in the config it would be
and the execute call would join the |
totally agree, i thought this was on master already, but if its only on dev i will make that change! |
will re-open upon clarification of privacy ramifications of the latest mycroft partnership code is free, you can copy and open a new PR if you do not want to wait for me re-opening it |
Replication of PR #2719 Original code from JarbasAl
Replication of PR #2719 Original code from JarbasAl
adds validation to mozilla TTS, if a wrong url is entered this will now be handled and fallback to default TTS engine, instead of the user simply having no TTS output
removed unused lang param set to "de"
i messed up in posting my review of #2713 , changes have been tested at HelloChatterbox/text2speech