Hello,
i have a question:
I change the script like that:
......
# starts everything
##i01.startAll(leftPort, rightPort)
directionServo.attach("COM7", 12)
forwardServo.attach("COM7", 13)
# starting parts
i01.startMouthControl(leftPort)
i01.startMouth()
#to tweak the default voice
i01.mouth.setGoogleURI("
http://thehackettfamily.org/Voice_api/api2.php?voice=Andreas&txt=")
i01.mouth.setLanguage("de")
i01.startHead(leftPort)
##############
........
Everthing works fine - The Programm speak with the german voice, BUT i try to translate in the Script the commands to german, but the programm don´t want to understand my german only the englsih comands works.
What i make wrong.
Can somebody help me please.
Boris