How to get microphone volume using audio mixer api
Hello
I was working with audio mixer api and I wanted to get the current recording volume but there is only one wavein line and there is only one control associated with it which is to select the recording source.
I thought there might be some way to get the volume of mirophone because we can change it using the settings of my pc.
Is there a way to get volume of microphone using audio mixer api.
I am working on Visual C++ on WinXP and the audio device is realtek AC audio 97.
Re: How to get microphone volume using audio mixer api
it's a Win32 api FAQ, since 1995
you can ask on win32 api ng news://comp.os.ms-windows.programmer.win32
(C/C++ code)
Re: How to get microphone volume using audio mixer api
Quote:
Originally Posted by
Laurentis
Laurentis,
Please STOP posting links to newsgroups. They are useless fo the majority of users.
ONLY http: links should be posted in the forums.
Re: How to get microphone volume using audio mixer api
Problem Solved
I needed to get line info of source line after getting info of destination line.