Hello!
Here is a video where I explain how to assemble the Finger Starter in French. You can select subtitles in the youtube parameters for other languages.
By the way: Important information concerning the Text to Speech service Acapella that we used in our scripts!!
Acapella Group has added some restrictions concerning the use of their demo page, therefore we can no longer use Acapella voices for our robots. So fortunately we can use MaryTTS which is an OpenSource Text to Speech service already implemented into MyRobotLab.
If you are using my scripts you will need to replace or modify some variables in the parameters.
#lang=”EN” #for AcapellaSpeech
#Voice=“Ryan“ # for AcapellaSpeech
Voice=”cmu-bdl-hsmm” #for MarySpeech
Then replace in the ligne 92, “AcapelaSpeech” by “MarySpeech”.
Add # to the beginning of line 95:
#mouth.setLanguage(lang)
InMoov3.minimalFingerStarter and other InMoov3 scripts:
Replace
i01.mouth.setVoice(“Ryan“)
by
i01.mouth.setVoice(“cmu-bdl-hsmm“)
Finally for all the scripts add in your directory myrobotlab.1.0.XXXX/library/jar
this file available on Github:
https://github.com/MyRobotLab/pyrobotlab/blob/master/home/hairygael/voice-cmu-bdl-hsmm-5.2.jar