AcapellaSpeech is out of usage since yesterday, due to restrictions on the demo mode.
Because we need a speaking robot, I will try to use MarySpeech service instead of AcapellaSpeech service.
So I run a simple script like this:
inmoovTest = Runtime.createAndStart("inmoovTest", "ProgramAB")
inmoovTest.startSession("ProgramAB", "gael", "inmoovTest")
mouth = Runtime.createAndStart("i01.mouth", "MarySpeech")
mouth.setVoice("cmu-bd1-hsmm")
But this leads to an error concerning the line 4. Voice does not exist??
Also I suspect that language needs to be notified in order to properly function following MaVo description:
http://myrobotlab.org/content/marytts-multi-language-support
Maybe adding:
mouth.setLocale(Locale.EN_US)
Help is very welcome.
:)
oh nooo Try this gaël :
oh nooo
Try this gaël : mouth.setVoice("cmu-slt-hsmm")
MarySpeech problems
Gael, I had a few bumps along the way and I would be very happy to help! One thing is that all of the language do not come packed in with MarySpeech. I had to compile a male voice and add it to my MyRobotLab files...
This is how I wired in MarySpeech in my test with Webkit and ProgramAB:
I will try to upload the voice jar file it may need to be in another post...
Anything else I can do to help I would love to give back to this community which has provided so much to me!
Kyle
Can't upload .jar file anywhere useful...
Gael,
I am going to try to share the voice jar file you need via dropbox and see if that works...
Kyle
Gael shared the .jar file via Google Drive.
I hope that works for you!
Kyle
Thanks for the tip kyleThis
Thanks for the tip kyle
This is what I do to download extra voices ( i use french voices ) :
1 download : https://github.com/marytts/marytts/releases/download/v5.1.2/marytts-5.1…
2 launch : marytts-component-installer.bat from bin
from mary lib folder
3 copy all JAR voices into MRL libraries\jar
4 copy voice folder ( the folder not the content ) into MRL mary\lib
I just put only one voice because my script wont start
Thanks Anthony,Now I got a
Thanks Anthony,
Now I got a set of various voices to use. The cmu-bdl sounds the best for me in English.
If I could tweak the pitch and speed it would very great!
Thanks Kyle for sharing the
It's working but pretty disapointing compared to Acapela quality.
I saw that you have been playing at modifying the voice for Junior, any idea if you think it would faisible to enhance the male voice in some ways?
Gael, actually the base voice
Gael, actually the base voice I use is the male voice. I will try to put together a little tutorial on how I created Junior's distinct voice which may help.
Kyle