|
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
|