|
-
December 21st, 2008, 07:35 AM
#1
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.
-
December 22nd, 2008, 01:19 PM
#2
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)
-
December 22nd, 2008, 01:23 PM
#3
Re: How to get microphone volume using audio mixer api
 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.
TheCPUWizard is a registered trademark, all rights reserved. (If this post was helpful, please RATE it!)
2008, 2009,2010
In theory, there is no difference between theory and practice; in practice there is.
* Join the fight, refuse to respond to posts that contain code outside of [code] ... [/code] tags. See here for instructions 
* How NOT to post a question here
* Of course you read this carefully before you posted
* Need homework help? Read this first
-
December 23rd, 2008, 09:39 PM
#4
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|