Asked — Edited
Resolved Resolved by Dunning-Kruger!

Speech Synthesis For Jd Robot

Is is possible to type text and then have the sound come out on JD? When I do use the speech synthesis module, the sounds comes out on the PC.


ARC Pro

Upgrade to ARC Pro

Unleash your creativity with the power of easy robot programming using Synthiam ARC Pro

#1  

Use this in the speech control...



Say("I am a Robot")  # this will use your pc speakers...

SayEZB("I am JD the Robot")  # this will use JD's (EZB4) speaker...


#3  

Richard - I cant seem to get my speech synthesis working . Sounds work fine but If I try the speech control or a custom script nothing happens. Any ideas?