Hi guys, got stuck with things seemed obvious ...
Known issue of Russian in MaryTTS 5.2 (no voice file in the build) , so following recommendationsI put the necessary voice files, taken from Russian version of MaryTTS 5.1
Script looks fine.
voice="voxforge-ru-nsh"
text="я говорю"
mouth = Runtime.createAndStart("i01.mouth", "MarySpeech")
mouth.setLanguage("ru")
mouth.setVoice(voice)
mouth.speak(text)
But no voice out - Inmoov is silently ignoring me)
Apparently, MaryTTS server works fine, client speks all right. I looked at the logs - and found this:
python] [INFO] exec(String)
voice="voxforge-ru-nsh"
text="я говорю"
mouth = Runtime.createAndStart("i01.mouth", "MarySpeech")
mouth.setLanguage("ru")
mouth.setVoice(voice)
mouth.speak(text)
[python.interpreter.7] [INFO] Runtime.createService i01.mouth
[python.interpreter.7] [INFO] speakInternal Blocking false Text: Ñ Ð³Ð¾Ð²Ð¾ÑÑ
[Thread-11] [INFO] Starting to speak: Ñ Ð³Ð¾Ð²Ð¾ÑÑ
[Thread-11] [INFO] Ok.. here we go.
[Thread-11] [INFO] End speaking: Ñ Ð³Ð¾Ð²Ð¾ÑÑ
I.e. the string is broken iside when sent to Mary API (Coding issue? UTF?)??
Did anyone noticed it before? Could it be due to MAC I'm running Java on??
Thank you beforehand!!
Same (or connected) issue is
Same (or connected) issue is on the speach recognition.
Hi Konstentin, try this
Hi Konstentin, try this :
voice : http://www.myai.cloud/mrl/mary-mrl-ru.zip
test : https://github.com/MyRobotLab/pyrobotlab/blob/develop/home/moz4r/Test/m…
Thank you! Now I learned the
Thank you! Now I learned the "u" before string will make Unicode coding instead of ascii)
The test fails though:
Can you try a fresh install
Can you try a fresh install with the last build http://34.201.4.170/deploy/develop/myrobotlab.jar
And ac-nsh voice ( not the 5.1 ) : mouth.setVoice("ac-nsh")
Thnks a lot. It works, voice
Thnks a lot.
It works, voice is OK. The new build is quite heavy though. Works so slowly.
The new release with MaryTTS 5.2 integrated should be ok.
Thank you anyway!
Mary TTS Russian speech quality
Hi Konstantin ! there is a
Hi Konstantin ! there is a little improvement of localSpeech service.
If your windows can speak russian with the help of embeded sapi engine from control panel, so mrl can speak russian too. Maybe you can unlock hidden voices :
http://myrobotlab.org/service/LocalSpeech?branch=develop
Polly is awesome
Hi Anthony,
I ended up with Amazon Polly TTS.
Voice Maxim sounds perfect in Russian! The guy sounds very famous - he had made dubbing of few shows and series here, so my kids are starring at Robot asking for more)))
So will stay with Polly - for 12 mths of free tier at least))
Tnx for wiki - great help))