Train Vision Object By Script icon Train Vision Object By Script Train camera vision objects via controlcommand(), attach camera, start learning, monitor progress, and return object name for scripts. Try it →

ARC Pro

Upgrade to ARC Pro

Join the ARC Pro community and gain access to a wealth of resources and support, ensuring your robot's success.

Author Avatar
PRO
Belgium
Thingiverse
#1  

load a wave file on to your ezb sound board,it wil chown when you wright a , script .you can choose it from there.

#2  

To play through the EZ-B, add a SoundBoard (EZB) object to your project. Add your sound files to the object (supports WAV and MP3)

Then to play them from a script use control command.


ControlCommand("Soundboard v4", "Track_0")

There is a script command to directly play audio files, but it plays through the PC default sound device, not the EZ-B

Alan

Author Avatar
PRO
USA
#5  

I know how to add the sounds files to the soundboard. But how do I add the ezb soundboard object to my project?

#6  

Just click "Project" at the top left of the ARC software window. Then click "Add", then "Audio". You will see "Sound board (EZB)" toward the left side. Just click it and it will appear at the upper left corner of your project. From there you can drag it anywhere you like.

#7  

Look in the main menu under project/add then Audio tab then Soundboard ezb... Add it like just any other control....