vote up 0 vote down star

Hello everyone,

I would like to know if there is any managed or unmanaged library for accesing microphone properties in windows mobile. I want to collect real-time info from the microphone: decibels, tone and so on...

Any idea? Any .dll for that in windows mobile?

Thanks in advance.

flag

71% accept rate

1 Answer

vote up 1 vote down check

There is no built-in facility in Windows Mobile for doing audio analysis. However, there is a standard API for capturing raw digital audio from the microphone. Here are the functions you can use to work with audio capture:

waveInOpen, waveInPrepareHeader, waveInUnprepareHeader, waveInAddBuffer, waveInStart, waveInStop, waveInClose

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.