I'm using Lubuntu Xenial with pulseaudio and the issue which I'm facing is that the upper volume limit isn't set for pavucontrol which leads to unnecessary amplification which in turn results in bad audio quality, when I increase the volume increment command pactl set-sink-volume 0 +5%.
If possible I'd like to limit the max volume to 100% just like it is in alsamixer.
Asked
Active
Viewed 3,016 times
4
Utkarsh Verma
- 212
- 2
- 12
1 Answers
4
I've had the same question and went nuts trying to find a solution.
I downloaded pavucontrol's source code, and there is no config file fix.
Apparently this is the recommended value because that's what PA_VOLUME_UI_MAX is set to. Changing all instances of PA_VOLUME_UI_MAX for PA_VOLUME_NORM and rebuilding is the only solution I can see.
It is "by design". Honestly I'm at a loss of words because over amplification can permanently damage the speakers; that this is the recommended default doesn't speak very well about the audio engineering knowledge of the programmers. If someone wants to go overdrive, fine; but it shouldn't be the default.
Matias N Goldberg
- 1,179