Windows 7 Volume Control

AtotehZ

Distinguished
Nov 23, 2008
403
13
18,815
Hey guys,

I have been using Windows 7 for a while now and there's something that bothers me.

The volume control level is too high. If I set the master volume in windows to 2% sounds are often way high while 1% is too low. I am using Sennheiser HD 595 headphones and they don't have a separate volume slider.

In WinXP you had 2 sliders, master and wave. This gave more flexibility.

How can I modify the volume slider on my Win 7 OS?
 

AtotehZ

Distinguished
Nov 23, 2008
403
13
18,815
To be more clear...

The question is "How can I modify the volume slider?" I do know how to open it.

The answer is probably going to be 3rd party software, but I've failed to find any.
 

AtotehZ

Distinguished
Nov 23, 2008
403
13
18,815


Neat program. It doesn't really help me though. It is just another way to set the master volume. It doesn't modify the levels.

Here's an example of what I am looking for and how it is now. The numbers are hypothetical.

Now:
1% = 10db
2% = 20db
etc...

What I want:
1% = 2db
2% = 4db
etc...

The steps have to be way smaller. I don't care if it affects the max volume. The max volume is devastating to my ears and distorted.

NirCmd does indeed let me set the slider to between 0-1 % and 1-2 %, but I would have to have a *.bat script for every desired sound level. I wouldn't be able to change the volume with my keyboard or volume slider.
 
Your original post says "In WinXP you had 2 sliders, master and wave. This gave more flexibility." So I'm assuming that you only see one.

If I click on the volume icon in the corral, I get a single slider. If I right-click on that icon and select "Open volume mixer," I get four sliders. If I right-click on that icon and select "Volume control options," I can change which devices appear in the mixer.

Does this help? I suspect that this is what lorenzlopez meant.
 

AtotehZ

Distinguished
Nov 23, 2008
403
13
18,815


That is correct, but it does not help me. The Master volume controls these as well.

If you put Firefox on 10% for an instance, it would be the same as putting master volume at 10%. In fact, the master volume can't go lower than 10% with Firefox on 10%, Firefox volume would be lowered simultaneously as you turn master down. The opposite is also the case, if you have master and Firefox at 1% and increase Firefox to 10%, master will follow automatically.

In other words it has nothing to do with sensitivity.
 

andrew_berge

Honorable
Apr 29, 2013
262
0
10,860
Hey, i mentioned using Autohotkey paired with Nircmd earlier, as it turns out, Autohotkey can do it on it's own.
This only works if you're running your script, though. You can't compile a standalone exe, i'm not totally sure why.

The code looks like this, you can use even lower decimal values if you want:
SoundSet +0.5
 

AtotehZ

Distinguished
Nov 23, 2008
403
13
18,815


This could work as a patch-it-up solution, but I can't make it work.
The following script should be enough to make it work:
$9::SoundSet +1
$0::SoundSet -1
;..but even this doesn't work.
;
;The optimal would be:
$Volume_Up::SoundSet +0.2
$Volume_Down::SoundSet -0.2
;this would use the media keys and have the correct step per instance of pressing the button.
;
 

AtotehZ

Distinguished
Nov 23, 2008
403
13
18,815


Simply habit :) When you look through a long script it is easier to spot the beginning of the hotkeys if there's a sign in front of them. That is why I always use them unless I need a replacement symbol.
 

FletcherVK

Reputable
Nov 13, 2015
1
0
4,510
I was looking for an answer to the same symptoms, same OS (win 7). My audio device is made by Realtek and it adds "Realtek HD Audio Manager" to the system icons. Right-clicking that icon, select "Audio Devices". Select the device in question (speakers) and click on "Properties". In the "Levels" tab there is a scroll-down list. (I just realized it was a scroll-down). The items at the bottom of the list are "center" "subwoofer" "rear" and "front". I believe "front" is used for simple speaker setups or simple headphones. I selected front and set it to 10. This allowed me to use my volume control like a normal person and it doesn't blow out my eardrums.

I know this thread is from 2013 but perhaps this will still be helpful to someone.