EZMQTT Client icon EZMQTT Client MQTT client for ARC: connect to brokers, publish/subscribe topics, map incoming messages to variables (incl. binary arrays) and run scripts. Try it →

ARC Pro

Upgrade to ARC Pro

Discover the limitless potential of robot programming with Synthiam ARC Pro – where innovation and creativity meet seamlessly.

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....