Set upper volume limit for pavucontrol
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.
sound pulseaudio volume-control pavucontrol
add a comment |
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.
sound pulseaudio volume-control pavucontrol
Do you mean disabling over-amplification?gsettings set com.ubuntu.sound allow-amplified-volume false?
– Pablo Bianchi
Dec 28 '18 at 2:54
Yes, I meant over-amplification. I'm currently away from my PC so I'll update here when I get the time.
– Utkarsh Verma
Dec 29 '18 at 7:19
add a comment |
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.
sound pulseaudio volume-control pavucontrol
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.
sound pulseaudio volume-control pavucontrol
sound pulseaudio volume-control pavucontrol
asked Mar 16 '18 at 5:42
Utkarsh Verma
33
33
Do you mean disabling over-amplification?gsettings set com.ubuntu.sound allow-amplified-volume false?
– Pablo Bianchi
Dec 28 '18 at 2:54
Yes, I meant over-amplification. I'm currently away from my PC so I'll update here when I get the time.
– Utkarsh Verma
Dec 29 '18 at 7:19
add a comment |
Do you mean disabling over-amplification?gsettings set com.ubuntu.sound allow-amplified-volume false?
– Pablo Bianchi
Dec 28 '18 at 2:54
Yes, I meant over-amplification. I'm currently away from my PC so I'll update here when I get the time.
– Utkarsh Verma
Dec 29 '18 at 7:19
Do you mean disabling over-amplification?
gsettings set com.ubuntu.sound allow-amplified-volume false?– Pablo Bianchi
Dec 28 '18 at 2:54
Do you mean disabling over-amplification?
gsettings set com.ubuntu.sound allow-amplified-volume false?– Pablo Bianchi
Dec 28 '18 at 2:54
Yes, I meant over-amplification. I'm currently away from my PC so I'll update here when I get the time.
– Utkarsh Verma
Dec 29 '18 at 7:19
Yes, I meant over-amplification. I'm currently away from my PC so I'll update here when I get the time.
– Utkarsh Verma
Dec 29 '18 at 7:19
add a comment |
1 Answer
1
active
oldest
votes
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.
New contributor
Matias N Goldberg is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Your thoughts resonate well with mine! I too got frustrated and had to switch toalsafor this. I perhaps also switched toamixerto fix this forpulseaudio.
– Utkarsh Verma
Dec 29 '18 at 7:22
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1015370%2fset-upper-volume-limit-for-pavucontrol%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
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.
New contributor
Matias N Goldberg is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Your thoughts resonate well with mine! I too got frustrated and had to switch toalsafor this. I perhaps also switched toamixerto fix this forpulseaudio.
– Utkarsh Verma
Dec 29 '18 at 7:22
add a comment |
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.
New contributor
Matias N Goldberg is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Your thoughts resonate well with mine! I too got frustrated and had to switch toalsafor this. I perhaps also switched toamixerto fix this forpulseaudio.
– Utkarsh Verma
Dec 29 '18 at 7:22
add a comment |
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.
New contributor
Matias N Goldberg is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
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.
New contributor
Matias N Goldberg is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Matias N Goldberg is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
answered Dec 28 '18 at 2:05
Matias N Goldberg
1161
1161
New contributor
Matias N Goldberg is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Matias N Goldberg is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Matias N Goldberg is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Your thoughts resonate well with mine! I too got frustrated and had to switch toalsafor this. I perhaps also switched toamixerto fix this forpulseaudio.
– Utkarsh Verma
Dec 29 '18 at 7:22
add a comment |
Your thoughts resonate well with mine! I too got frustrated and had to switch toalsafor this. I perhaps also switched toamixerto fix this forpulseaudio.
– Utkarsh Verma
Dec 29 '18 at 7:22
Your thoughts resonate well with mine! I too got frustrated and had to switch to
alsa for this. I perhaps also switched to amixer to fix this for pulseaudio.– Utkarsh Verma
Dec 29 '18 at 7:22
Your thoughts resonate well with mine! I too got frustrated and had to switch to
alsa for this. I perhaps also switched to amixer to fix this for pulseaudio.– Utkarsh Verma
Dec 29 '18 at 7:22
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1015370%2fset-upper-volume-limit-for-pavucontrol%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Do you mean disabling over-amplification?
gsettings set com.ubuntu.sound allow-amplified-volume false?– Pablo Bianchi
Dec 28 '18 at 2:54
Yes, I meant over-amplification. I'm currently away from my PC so I'll update here when I get the time.
– Utkarsh Verma
Dec 29 '18 at 7:19