CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Dec 2008
    Posts
    2

    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.

  2. #2
    Join Date
    Jan 2008
    Posts
    48

    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)

  3. #3
    Join Date
    Mar 2002
    Location
    St. Petersburg, Florida, USA
    Posts
    12,125

    Re: How to get microphone volume using audio mixer api

    Quote Originally Posted by Laurentis View Post
    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)
    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

  4. #4
    Join Date
    Dec 2008
    Posts
    2

    Smile 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
  •  





Click Here to Expand Forum to Full Width

Featured