Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Mute my application only.... not others running (windowxs xp...)

Mute my application only.... not others running (windowxs xp...)

Scheduled Pinned Locked Moved C / C++ / MFC
question
5 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    chasetoys
    wrote on last edited by
    #1

    So I know you can do this with Windows... cuz I turn winamp all the way down and I can still hear other applications... I want to be able to mute only my application... how can I do this? Thanks!

    R A 2 Replies Last reply
    0
    • C chasetoys

      So I know you can do this with Windows... cuz I turn winamp all the way down and I can still hear other applications... I want to be able to mute only my application... how can I do this? Thanks!

      R Offline
      R Offline
      Ryan Binns
      wrote on last edited by
      #2

      chasetoys wrote:

      I want to be able to mute only my application... how can I do this?

      You can't. Windows XP doesn't have per-application volume controls. Windows Vista will do, but not XP. Winamp does this by modifying the audio data it is sending to Windows.

      Ryan

      "Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late" John Nichol "Point Of Impact"

      M 1 Reply Last reply
      0
      • C chasetoys

        So I know you can do this with Windows... cuz I turn winamp all the way down and I can still hear other applications... I want to be able to mute only my application... how can I do this? Thanks!

        A Offline
        A Offline
        Andrew Bleakley
        wrote on last edited by
        #3

        store the user preferred volume (usually 0 [mute] - 10) and send/check this whenever you play sound. the exact code depends on what/how you are playing audio

        1 Reply Last reply
        0
        • R Ryan Binns

          chasetoys wrote:

          I want to be able to mute only my application... how can I do this?

          You can't. Windows XP doesn't have per-application volume controls. Windows Vista will do, but not XP. Winamp does this by modifying the audio data it is sending to Windows.

          Ryan

          "Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late" John Nichol "Point Of Impact"

          M Offline
          M Offline
          Maxwell Chen
          wrote on last edited by
          #4

          Ryan Binns wrote:

          Windows XP doesn't have per-application volume controls.

          Yes there is!! I installed K-Lite, and there is "MediaPlayer Classic" which came from K-Lite installation. To change the volume of MediaPlayer Classic does not affect WinXp overall volume. (Windows MediaPlayer and RealPlayer do.)


          Maxwell Chen

          R 1 Reply Last reply
          0
          • M Maxwell Chen

            Ryan Binns wrote:

            Windows XP doesn't have per-application volume controls.

            Yes there is!! I installed K-Lite, and there is "MediaPlayer Classic" which came from K-Lite installation. To change the volume of MediaPlayer Classic does not affect WinXp overall volume. (Windows MediaPlayer and RealPlayer do.)


            Maxwell Chen

            R Offline
            R Offline
            Ryan Binns
            wrote on last edited by
            #5

            Maxwell Chen wrote:

            Yes there is!! I installed K-Lite, and there is "MediaPlayer Classic" which came from K-Lite installation. To change the volume of MediaPlayer Classic does not affect WinXp overall volume. (Windows MediaPlayer and RealPlayer do.)

            What Media Player Classic does is process the audio before it sends it to Windows to change its volume. Windows XP does not have individual volume controls per application - that is a new feature coming with Windows Vista.

            Ryan

            "Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late" John Nichol "Point Of Impact"

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups