On previous versions of Mac OS X pressing ⌥+⇧+volume+ would adjust the volume by quarter increments. This seems to have been removed in Lion.
Is there any way to do fine volume adjustment now?
|
On previous versions of Mac OS X pressing ⌥+⇧+volume+ would adjust the volume by quarter increments. This seems to have been removed in Lion. Is there any way to do fine volume adjustment now? |
|||||||||
|
|
You can do precise volume adjustment with AppleScript, controlled on a scale of 0 thru 100.
You can get the current volume (also 0 thru 100):
So, you can write a little script to increment the volume by 2% (approximately what one quarter square used to be):
You can make one for decrementing by changing that plus sign to a minus sign:
If you want to get the volume sound like usual, add the following line:
You can save this as a script or app, and bind it to a mouse or keyboard button (if your driver lets you), give it a keyboard shortcut (as a Service or with another app), or put it in your menu bar (with an app like FastScripts). |
|||||||
|
|
I don't have a keyboard shortcut or AppleScript for you, but I did notice - and others seem to confirm - that the slider you can use when you click the volume icon in the menu bar moves much more smoothly in Lion than it did in previous versions of OS X. As I recall it used to sort of jump from level to level, sort of like how it did when you pushed the volume buttons on the keyboard. Now it slides easily between increments. |
||||
|
|
|
To get much finer sound volume control I use soundflower from http://code.google.com/p/soundflower/. You have to restart after installing it. Then go to preferences/sound/output and choose soundflower(2ch). Start soundflower from the applications folder, click on the flower symbol in the top pannel and soundflower(2ch) built in output. Then go to Audio setup and change the master for soundflower(2ch). This way you can get the global sound less loud or you can amplify it. |
|||
|
|
|
I don't have enough reputation or else I would have entered this as a comment to Nathan Greenstein's answer. I turned his information into a simple command line script to adjust the volume:
|
||||
|
|