View Single Post
Old Feb 13th, 2008, 8:09 PM   #25
Brent
Highly Adaptive Penguin
 
Brent's Avatar
 
Join Date: May 2005
Location: United States
Posts: 251
Rep Power: 4 Brent is on a distinguished road
Re: Streaming Audio over network

I have found some audio streaming source code online using google, and have modified it for my uses. The code compiles and runs fine, but does not seem to be transmitting audio correctly. The program is supposed to create two queues, one for input and one for output. It is supposed to constantly updates these queues( send data from input queue, and play data from output queue) but does not seem to be working. Like I said the progam compiles and runs fine by just isn't doing what it's told. I am posting the code as an attachment. Im using Borland C++ BuilderX on Win dows XP. Thanks for any help.



brent
Attached Files
File Type: cpp AudioCode.cpp (11.6 KB, 2 views)
Brent is offline   Reply With Quote