
Originally Posted by
seekeru1
Hello,
I am looking for some guidance to address the following situation:
I am trying to record audio input and continuously stream it to a network server (by having recorded audio sit in an array of buffers, and another thread posting completed buffers to the network and empty the buffers). I have checked the forum here and found some leads, but I still have the following questions:
Is it possible to record audio to buffers in the memory? If so, would there be sufficient CPU cycles left to transport the recorded buffers, and may be compress the audio before transporting (not critical)? Is there any sample code for recording audio to buffers?
Best Regards,
Sastry