Log in

View Full Version : Stream audio from the microphone


fah
12-13-2006, 01:54 PM
Hi everyone!

I'm developing something similar than a video conference application. The PDA will only send audio (not video). I'm having problems capturing the audio from the microphone and sending it.

Does anyone could tell me how to capture from the microphone? I am able to send audio from an audio file, so my problem is to capture from the microphone.

Thanks a lot!

paulzazzarino
12-20-2006, 09:05 PM
You can use the multimedia APIs to capture audio data. You can then write it to a file or play it back on the device via the MM APIs as well

here is a link to four articles on various ways to do this:

http://www.pocketpcdn.com/sections/audio.html


there may be a managed "easier" way to do this at this point.

cheers!