PDA

View Full Version : emulator - interfacing with the microphone


psadhukhan
06-12-2003, 07:05 AM
Hi,

I was trying to write an application (on the emulator) which interfaces with the microphone and speaker. Is there a vocoder implementation available in the distribution, for standard windows hardware ? Can I use the emulators to read data from the microphone and write data to the speakers without writing a codec myself? Or is it that I need to implement the vocoder according to the IVocoder interface.

Regards
Prateek

FIFA
06-18-2003, 09:03 AM
The mediaplayer example can do this, but you may still need vocoder. I'm not sure what your app is doing.