Local volume adjustment
Forum rules
This forum is for Audacity on Windows.
Please state which version of Windows you are using,
and the exact three-section version number of Audacity from "Help menu > About Audacity".
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade at https://www.audacityteam.org/download/.
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Please state which version of Windows you are using,
and the exact three-section version number of Audacity from "Help menu > About Audacity".
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade at https://www.audacityteam.org/download/.
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Local volume adjustment
Since my (simple) suggestion still doesnt seem to have made its way into Audacity 2.1.1, i'm going to ask: is it ever going to be implemented?
It cant be that hard to make a simple checkbox in the options menu to choose wether or not the Audacity's volume slider also changes the volume of Windows, since it had been this way in 2.0.5.
I'd appreciate if the devs or someone who knows could tell me if this is going to be implemented.
Thank you.
It cant be that hard to make a simple checkbox in the options menu to choose wether or not the Audacity's volume slider also changes the volume of Windows, since it had been this way in 2.0.5.
I'd appreciate if the devs or someone who knows could tell me if this is going to be implemented.
Thank you.
-
Gale Andrews
- Quality Assurance
- Posts: 41761
- Joined: Fri Jul 27, 2007 12:02 am
- Operating System: Windows 10
Re: Local volume adjustment
Highly unlikely, because at least some of the developers are opposed to it.ElGoog wrote:Since my (simple) suggestion still doesnt seem to have made its way into Audacity 2.1.1, i'm going to ask: is it ever going to be implemented?
That being the case, you could make this change yourself.ElGoog wrote:It cant be that hard to make a simple checkbox in the options menu to choose wether or not the Audacity's volume slider also changes the volume of Windows
However assuming you are still on Windows 7 or later, you could use the Audacity volume slider in the Windows Volume Mixer instead of Audacity's Mixer Toolbar volume slider. Play some audio in Audacity then left-click the speaker icon by the system clock, then click the "Mixer" link. On Windows 10, you must right-click the speaker icon and choose "Open Volume Mixer".
You can then move the Audacity slider in Volume Mixer up or down at any level below the Master volume level without affecting the Master volume.
Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
Re: Local volume adjustment
Why would they be against adding a simple checkbox into the settings to toggle this feature on/off? I refuse to believe that i'm the only one who doesnt like this feature.Gale Andrews wrote:Highly unlikely, because at least some of the developers are opposed to it.ElGoog wrote:Since my (simple) suggestion still doesnt seem to have made its way into Audacity 2.1.1, i'm going to ask: is it ever going to be implemented?
I'd be happy to try atleast, if you point out to me where in the source code this feature is.Gale Andrews wrote:That being the case, you could make this change yourself.ElGoog wrote:It cant be that hard to make a simple checkbox in the options menu to choose wether or not the Audacity's volume slider also changes the volume of Windows![]()
-
Gale Andrews
- Quality Assurance
- Posts: 41761
- Joined: Fri Jul 27, 2007 12:02 am
- Operating System: Windows 10
Re: Local volume adjustment
Some developers are against because applying negative gain to the same master level has a less good signal-to-noise ratio than reducing the master level. Some users believe Audacity sounds better as a "player" than other media players. Syncing the Audacity playback volume slider to the system output slider could well be the reason.ElGoog wrote:Why would they be against adding a simple checkbox into the settings to toggle this feature on/off?Gale Andrews wrote:Highly unlikely, because at least some of the developers are opposed to it.ElGoog wrote:Since my (simple) suggestion still doesnt seem to have made its way into Audacity 2.1.1, i'm going to ask: is it ever going to be implemented?
Also what you want is inconsistent with the behaviour of the recording volume slider which does control the master level.
I am not opposed to an option, myself, but there are many competing demands for more options.
I just checked and there are 19 votes counted including yours to decouple the Audacity Mixer Toolbar output slider from the system output slider.ElGoog wrote:I refuse to believe that i'm the only one who doesnt like this feature.
Did you try Windows Volume Mixer? You could tile its window next to Audacity, or add a utility to keep it always on top.
Have you ever compiled Audacity? That is the first step.ElGoog wrote:I'd be happy to try atleast, if you point out to me where in the source code this feature is.Gale Andrews wrote:That being the case, you could make this change yourself.ElGoog wrote:It cant be that hard to make a simple checkbox in the options menu to choose wether or not the Audacity's volume slider also changes the volume of Windows![]()
Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
Re: Local volume adjustment
Now that i know the proper reason, i can better understand why it was changed like this.Gale Andrews wrote: Some developers are against because applying negative gain to the same master level has a less good signal-to-noise ratio than reducing the master level. Some users believe Audacity sounds better as a "player" than other media players. Syncing the Audacity playback volume slider to the system output slider could well be the reason.
I haven't, but by looking at the compiling guide it seems pretty straigthforward. So i'd appreciate if you could tell me where in the code i could find this feature and see if i can change it to my likingGale Andrews wrote: Have you ever compiled Audacity? That is the first step.
-
Gale Andrews
- Quality Assurance
- Posts: 41761
- Joined: Fri Jul 27, 2007 12:02 am
- Operating System: Windows 10
Re: Local volume adjustment
I am not a programmer, but I imagine you would have to create a new function in src/AudioIO.cpp and add it to the Playback Preferences (src/prefs/PlaybackPrefs.cpp). It might be something that user Edgar would be interested in doing as a paid project. You would have to send him a PM and ask him.ElGoog wrote:I haven't, but by looking at the compiling guide it seems pretty straigthforward. So i'd appreciate if you could tell me where in the code i could find this feature and see if i can change it to my likingGale Andrews wrote: Have you ever compiled Audacity? That is the first step.and if not, i just have to learn to use the volume mixer.
Although you said this would not be difficult, AudioIO.cpp is very "fragile" and this does not strike me as a trivial change.
Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
Re: Local volume adjustment
I'm trying to understand how this proposal would work, and I have a question.
If the proposal was implemented and you try playing something in Audacity and the playback level is too quiet, and the level is turned up full in Audacity, how would you make it louder?
If the proposal was implemented and you try playing something in Audacity and the playback level is too quiet, and the level is turned up full in Audacity, how would you make it louder?
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: Local volume adjustment
First i would try turning up the master volume of Windows and if thats not enough, i'd use the "amplify" effect in audacity. But usually i keep windows at 50% volume and change it as needed in Audacity.steve wrote:I'm trying to understand how this proposal would work, and I have a question.
If the proposal was implemented and you try playing something in Audacity and the playback level is too quiet, and the level is turned up full in Audacity, how would you make it louder?
Re: Local volume adjustment
Do you normally work with multi-track projects, or single track projects in Audacity?
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: Local volume adjustment
9 out of 10 times its a single track project i work on.steve wrote:Do you normally work with multi-track projects, or single track projects in Audacity?