Hello,
I want to be able to control the microphone's volume (not the
speakers, by
microphone I mean the piece you talk into). Does anybody know where
should I
start (API? Library?).. sort of like those tuning thing in voice over
IP apps.
Alternatively, does anybody know of any app for download that will do
that?
Control the volume of the microphone? Or perhaps mute it?
I am mostly interested in the piece attached to the headset (wired,
not
bluetooth) that windows mobile cell phones use.
Thanks!
notrash_2004 - 27 Jul 2008 06:53 GMT
Hello
you can start with getMixerEnumDevs. All the audio is controlled by SW and HW
audio mixer.
Search MSDN on wavedev2, UAM and waveOutSendMessage and waveInSendMessage.
Unfortunately, if yyou have to use these messages you hhave to find the
possible valid IDs or gget them by the manufactorer of the ddevice.
Hopefully getMixerEnumDevs does not return 0 on your device.
regards
josef
>Hello,
>
[quoted text clipped - 14 lines]
>
>Thanks!