Control Pulseaudio LineOut/Headphone volume separately The 2019 Stack Overflow Developer Survey Results Are InNo volume control in Nexuiz fullscreen modeWhy does `systemctl enable rpcbind' change the volume of my sound? And how do I prevent this?PulseAudio Remote Control on AndroidLow volume from rear line out, fine from the front panelNo output from headphones jack (occasionally), although system displays outputpulse audio defaults soundcard speakers as headphonesInternal speaker unmuted when I press volume up/down buttons on my headphonesHow do I use ALSA or PulseAudio to remap stereo source to an 8-channel PCM and lower the volume?ALSA — remarkably horrible sound output on headphonesFind out whether sound output is muted (`ALSA` with `Pulseaudio`)
Adding labels to a table: columns and rows
How come people say “Would of”?
What is the steepest angle that a canal can be traversable without locks?
How is radar separation assured between primary and secondary targets?
How to reverse every other sublist of a list?
Monty Hall variation
Extreme, unacceptable situation and I can't attend work tomorrow morning
Why don't Unix/Linux systems traverse through directories until they find the required version of a linked library?
Pristine Bit Checking
How to change the limits of integration
Is domain driven design an anti-SQL pattern?
Is bread bad for ducks?
What could be the right powersource for 15 seconds lifespan disposable giant chainsaw?
What is this 4-propeller plane?
How do you say "canon" as in "official for a story universe"?
Does a dangling wire really electrocute me if I'm standing in water?
How to answer pointed "are you quitting" questioning when I don't want them to suspect
Inline version of a function returns different value than non-inline version
Should I use my personal or workplace e-mail when registering to external websites for work purpose?
Spanish for "widget"
Protecting Dualbooting Windows from dangerous code (like rm -rf)
How can I fix this gap between bookcases I made?
What does "rabbited" mean/imply in this sentence?
Return to UK after being refused
Control Pulseaudio LineOut/Headphone volume separately
The 2019 Stack Overflow Developer Survey Results Are InNo volume control in Nexuiz fullscreen modeWhy does `systemctl enable rpcbind' change the volume of my sound? And how do I prevent this?PulseAudio Remote Control on AndroidLow volume from rear line out, fine from the front panelNo output from headphones jack (occasionally), although system displays outputpulse audio defaults soundcard speakers as headphonesInternal speaker unmuted when I press volume up/down buttons on my headphonesHow do I use ALSA or PulseAudio to remap stereo source to an 8-channel PCM and lower the volume?ALSA — remarkably horrible sound output on headphonesFind out whether sound output is muted (`ALSA` with `Pulseaudio`)
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
The default PulseAudio behavior is as follows:
First we connect something to the back panel of our MOBO, normally this would be speakers, then we connect something to the front panel, normally headphones.
In this case speakers would be muted and sound would go through headphones.
The question:
How to configure things in such a way that would allow playing sound and volume control for both of the outputs separately
Making both outputs work at the same time is not hard, for that we need to disable "auto-mute" option in alsa-mixer (though not sure if it would persist after reboot).
However how to control their volume and optionally mute one of the outputs in software?
I've seen this or similar questions being asked a lot but so far I haven't seen a working solution. The best what I've tried so far is described here, but I failed to achieve any results using this information.
Note that I am not asking to play a different stream through these outputs, just control the volume. However if playing different streams is possible as well, it would be a great bonus!
The best solution from my standpoint would be to "teach" pulseaudio to treat front and back panels as separate output devices (which is possible on windows). But so far everything hints that this is not possible on Linux.
I am using Linux Mint 19.1, but this question should be relevant for all the ubuntu-family
On windows this operation is easily achieved by installing whatever realtek or your-soundcard-here drivers.
ubuntu linux-mint pulseaudio alsa
New contributor
add a comment |
The default PulseAudio behavior is as follows:
First we connect something to the back panel of our MOBO, normally this would be speakers, then we connect something to the front panel, normally headphones.
In this case speakers would be muted and sound would go through headphones.
The question:
How to configure things in such a way that would allow playing sound and volume control for both of the outputs separately
Making both outputs work at the same time is not hard, for that we need to disable "auto-mute" option in alsa-mixer (though not sure if it would persist after reboot).
However how to control their volume and optionally mute one of the outputs in software?
I've seen this or similar questions being asked a lot but so far I haven't seen a working solution. The best what I've tried so far is described here, but I failed to achieve any results using this information.
Note that I am not asking to play a different stream through these outputs, just control the volume. However if playing different streams is possible as well, it would be a great bonus!
The best solution from my standpoint would be to "teach" pulseaudio to treat front and back panels as separate output devices (which is possible on windows). But so far everything hints that this is not possible on Linux.
I am using Linux Mint 19.1, but this question should be relevant for all the ubuntu-family
On windows this operation is easily achieved by installing whatever realtek or your-soundcard-here drivers.
ubuntu linux-mint pulseaudio alsa
New contributor
add a comment |
The default PulseAudio behavior is as follows:
First we connect something to the back panel of our MOBO, normally this would be speakers, then we connect something to the front panel, normally headphones.
In this case speakers would be muted and sound would go through headphones.
The question:
How to configure things in such a way that would allow playing sound and volume control for both of the outputs separately
Making both outputs work at the same time is not hard, for that we need to disable "auto-mute" option in alsa-mixer (though not sure if it would persist after reboot).
However how to control their volume and optionally mute one of the outputs in software?
I've seen this or similar questions being asked a lot but so far I haven't seen a working solution. The best what I've tried so far is described here, but I failed to achieve any results using this information.
Note that I am not asking to play a different stream through these outputs, just control the volume. However if playing different streams is possible as well, it would be a great bonus!
The best solution from my standpoint would be to "teach" pulseaudio to treat front and back panels as separate output devices (which is possible on windows). But so far everything hints that this is not possible on Linux.
I am using Linux Mint 19.1, but this question should be relevant for all the ubuntu-family
On windows this operation is easily achieved by installing whatever realtek or your-soundcard-here drivers.
ubuntu linux-mint pulseaudio alsa
New contributor
The default PulseAudio behavior is as follows:
First we connect something to the back panel of our MOBO, normally this would be speakers, then we connect something to the front panel, normally headphones.
In this case speakers would be muted and sound would go through headphones.
The question:
How to configure things in such a way that would allow playing sound and volume control for both of the outputs separately
Making both outputs work at the same time is not hard, for that we need to disable "auto-mute" option in alsa-mixer (though not sure if it would persist after reboot).
However how to control their volume and optionally mute one of the outputs in software?
I've seen this or similar questions being asked a lot but so far I haven't seen a working solution. The best what I've tried so far is described here, but I failed to achieve any results using this information.
Note that I am not asking to play a different stream through these outputs, just control the volume. However if playing different streams is possible as well, it would be a great bonus!
The best solution from my standpoint would be to "teach" pulseaudio to treat front and back panels as separate output devices (which is possible on windows). But so far everything hints that this is not possible on Linux.
I am using Linux Mint 19.1, but this question should be relevant for all the ubuntu-family
On windows this operation is easily achieved by installing whatever realtek or your-soundcard-here drivers.
ubuntu linux-mint pulseaudio alsa
ubuntu linux-mint pulseaudio alsa
New contributor
New contributor
edited Apr 6 at 14:57
Rui F Ribeiro
42k1483142
42k1483142
New contributor
asked Apr 6 at 14:47
user2333940user2333940
62
62
New contributor
New contributor
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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
);
);
user2333940 is a new contributor. Be nice, and check out our Code of Conduct.
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%2funix.stackexchange.com%2fquestions%2f510914%2fcontrol-pulseaudio-lineout-headphone-volume-separately%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
user2333940 is a new contributor. Be nice, and check out our Code of Conduct.
user2333940 is a new contributor. Be nice, and check out our Code of Conduct.
user2333940 is a new contributor. Be nice, and check out our Code of Conduct.
user2333940 is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- 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%2funix.stackexchange.com%2fquestions%2f510914%2fcontrol-pulseaudio-lineout-headphone-volume-separately%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