How to add the Soundboard (PC) robot skill
- Load the most recent release of ARC (Get ARC).
- Press the Project tab from the top menu bar in ARC.
- Press Add Robot Skill from the button ribbon bar in ARC.
- Choose the Audio category tab.
- Press the Soundboard (PC) icon to add the robot skill to your project.
Don't have a robot yet?
Follow the Getting Started Guide to build a robot and use the Soundboard (PC) robot skill.
How to use the Soundboard (PC) robot skill
This Soundboard will play MP3 or WAV files out of the selected default sound output device on your computer. Load files into the tracklist and use the Play button to trigger them. This is a great solution for adding digital sound effects to your project.Main Window
1. Stop Button
This button stops the audio coming from the Soundboard.
2. Clean Button
If audio files are deleted from the tracklist, they will leave a blank row. This button removes the blank rows from the tracklist.
3. Track Number Column
This column is where the track number is listed. These numbers are important when using controlCommand() scripts.
4. Tracklist Column
The track titles (+ file format) are listed in this column. Left-click on this area to add a track to the corresponding numbered row.
5. Track Management Buttons
These buttons play the audio, delete the track, and export the track to your computer.
Settings
1. Title Field
This field contains the title of the skill. You can change it if you'd like. *Note: Changing the title will also change the title in the controlCommand() associated with this skill.
2. Sound Complete Script
This script executes after a track is finished playing.
Code Samples
Every Soundboard ControlCommand() is published in the Cheat Sheet tab. Pressing the Cheat Sheet tab will display the ControlCommands() for all skills, including the Soundboard. To play/stop a track from a script, you would use commands such as:
controlCommand("Soundboard", "Track_0")
controlCommand("Soundboard", "Track_Random")
controlCommand("Soundboard", "Stop")
Requirements
The internal or external sound card on your computer. You could use a cheap $1.99 eBay USB sound card attached to some computer speakers for an external sound card.
Resources
To create your sound recordings or edits to play in the Soundboard, you can use open-source audio software such as Audacity. Note that the sound files must be saved in .wav or .mp3 format. Here's a community tutorial on using Audacity for sound clips.
There's also a community tutorial for using the Soundboard skill in general: here
Related Tutorials
tutorial
Soundboard PC & Soundbard EZ-B Tutorial.
This tutorial will guide you through how to set up and use the Soundboard controls to give your robot the ability to...
tutorial
The Robot Program Episode 009: Getting Six To Move
This lesson will demonstrate how to connect to and move the Revolution Six robot. Follow along with The Robot Program...
tutorial
The Robot Program Episode 006: Introducing ARC
This lesson introduces the EZ-Builder Robot Software by exploring options and describing features. At the end of this...
tutorial
The Robot Program Episode 003: Getting JD To Move
This lesson will demonstrate how to connect to and move the Revolution JD robot. Follow along with The Robot Program...
Related Robots
Related Questions
question
Waiting For Audio From Soundboard (PC) To Finish
Is there a way to wait for the end of an audio file from the Soundboard (PC) control? The following code does not wait...
question
How Do I Play Audio File In Blocky?
How do I load an audio file in blocky? All I get is a small white line when I try to load an audio file. I am...
question
Why Does A Windows Volume Slider Pop Up On ARC?
Does anyone know why I have a Windows Volume Slider pop up on top of ARC? It will pop up in the upper left corner by the...
question
Start Frames (Actions) Synchronously To Mp3
how can I automatically start frames (actions) in the Auto Position Movement Panel skill as soon as an mp3 track is...
Upgrade to ARC Pro
Experience early access to the latest features and updates. You'll have everything that is needed to unleash your robot's potential.