Play PC Windows OS sound to the loadspeaker with Arduino Due

Thread Starter

lado9

Joined Sep 5, 2018
7
Hello,

I'm wondering, if it is possible to play PC computer Windows system sound with USB serial port to small loudspeaker connected to Arduino Due micro-controller

I found this example, which includes something close to desired result Speech Recognition and Synthesis with Arduino, but I'm not sure, if I can use SparkFun Mono Audio Amp Breakout for this goal. How to get sound output same way as BitVoicer Server does, what must be uploaded code in this case. I want this control from C# application, but actually I just want get Windows system sound from this speaker. I don't know if I have to set serial port from C# in this case, of just use it somehow in uploaded code

Any advice, guide or example would be helpful
 

shteii01

Joined Feb 19, 2010
4,644
Probably the simplest would be to: put the sound file on sd card. Get sd card reader for Due. Then pc can use USB to tell Due to play the sound file from sd card.
 

Thread Starter

lado9

Joined Sep 5, 2018
7
Probably the simplest would be to: put the sound file on sd card. Get sd card reader for Due. Then pc can use USB to tell Due to play the sound file from sd card.
Hello,

No, I don't want to play audio file. I want play exactly Windows system general sound output. For example, youtube video played in browser, any kind of audio file, played with player, system sounds, any text-to-speech used in system, movie sound etc. Windows OS general sound, same way as if it were connected with usual audio jack to PC. Of course I do not mean the amplification of sound as separate task for such goal
 
Top