Conversational Menu icon Conversational Menu Voice menu tree to navigate options and run scripts on ARC robots. Multi-level, customizable prompts, speech I/O, timeout and repeat/back. Try it →
Asked — Edited

Streaming Audio From Other Program Through ARC

Hi all,

Has anyone been able to Stream audio triggered from other programs through ARC over wifi to an EZB? I know the PC soundboard will play sound files located on your laptop. But what I want to do is play audio on an EZB that would normally play through my PC's speaker. For example maybe an internet radio show, a youtube video audio track, sound files triggered and used by another program on the laptop other then ARC.

Thanks in advance. :)



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

ARC Pro

Upgrade to ARC Pro

Stay on the cutting edge of robotics with ARC Pro, guaranteeing that your robot is always ahead of the game.

Author Avatar
PRO
USA
#18  

@Dave,

Your script has two spaces between AudioToolbox Plugin, change to one.

#19  

Humm, OK, Thanks! I copied these from your examples in the plugin section. LOL. I'll have to give it a try tomorrow. Off to bed now. Got to be back to work in a few hours.

Author Avatar
PRO
USA
#20  

@Dave,

It's a glitch, i just checked the plugin information, when i use the editor there is only one space between "AudioToolbox" and "plugin" but when the content is rendered as HTML, some black magic runs and one space becomes 2....

I thing the culprit is the HTML gadget used to highlight the keywords.

maybe DJ can perform some white magic to fix

Author Avatar
PRO
Synthiam
LinkedIn Thingiverse Twitter YouTube GitHub
#21  

Dave, use the cheat sheet.

#22  

I love the Cheat Sheet DJ. I use it all the time. Last night I was feeling lazy and just cut and pasted. Guess I won't do that again. Lol.

Looking forward to cleaning this up and getting this running tonight after work. Never enough time to play and have fun. :( While I wait could you tell me the way the Listen and Capture commands should be used? What does each one do. Why do I want to capture and listen? Do I need to use both to get the sound to stream to the ezb speaker? Sorry if this sounds like a dumb question.

Author Avatar
PRO
USA
#23  

@Dave, Short Answer:

Yes, you need both commands, because capturing sound and forwarding (listen) are two different actions.

Long Answer (Next Post)

#24  

Kinda what I thought. I'm guessing you need to initiate a device in windows and then start ezb listening to it.