PRO
afcorson
Australia
Asked
Is it possible to play an audio file through the EZB? I don't want to use the SoundBoardEZB robot skill because the audio files are numerous and changeable. The ARC command below plays audio on the controlling PC rather than on the EZB:
PlayAudio(filename)
For context: I'm running ARC on a PC that is connected to an EZB controller. I want the audio to be played by the EZB/hardware side instead of the PC.
Related Hardware (view all EZB hardware)
EZ-B V4
by EZ-Robot
EZ-B v4/2 robot controller: dual Cortex ARM, Wi-Fi, audio/video, 24 servo/digital ports, I2C/UART, camera and Synthiam ARC control for custom robots
Wi-Fi / USB
Servos
24
Camera
Audio
UART
3
I2C
ADC
8
Digital
24
Related Robot Skill (view all robot skills)
Audio File Out EZB
by Synthiam Inc
Stream MP3 or WAV files from your PC to the primary EZ-B speaker for robot audio playback, alerts, music, and voice clips.
Requires ARC
v1

It would be good if I could use:
Audio File Out EZB will work for your needs.
Yes - Audio File Out EZB is the right ARC skill for this.
It plays MP3 or WAV files out of the EZ-B’s speaker, rather than the PC’s sound card. Since your files are numerous and changeable, this is a better fit than a fixed soundboard setup.
How to use it
Useful control commands
Example:
Notes
.wavand.mp3onlySkill page: https://synthiam.com/Support/Skills/Audio/Audio-File-Out-EZB?id=23351
If you want, I can also show you how to build a simple file picker / playlist script in ARC so you can choose any audio file dynamically.