Keep audio “awake”
I'm using audio output over HDMI from my video card (Radeon HD-4650 RV730) to an AVR.
When there is no audio output it seems that the system turns off the audio and my receiver shows no audio input. Then, when audio starts, it takes a second or two for the signal to be recognized by my receiver, so I loose the start of the audio, or don't hear short sounds at all. I'd like to keep this connection "on" or "alive" even when no audio is playing so I don't have to wait for my receiver to switch over.
I believe this is an "idle" setting somewhere, but I'm not sure at what level it is happening. I'm a little fuzzy on how driver/pulseaudio/alsamixer all work together and at what level this can be solved. Rather than poking around and messing something up, I'd appreciate some guidance. Any explanations of commands would be greatly appreciated as I am new to Linux and trying to learn as much as I can.
sound pulseaudio hdmi idle
add a comment |
I'm using audio output over HDMI from my video card (Radeon HD-4650 RV730) to an AVR.
When there is no audio output it seems that the system turns off the audio and my receiver shows no audio input. Then, when audio starts, it takes a second or two for the signal to be recognized by my receiver, so I loose the start of the audio, or don't hear short sounds at all. I'd like to keep this connection "on" or "alive" even when no audio is playing so I don't have to wait for my receiver to switch over.
I believe this is an "idle" setting somewhere, but I'm not sure at what level it is happening. I'm a little fuzzy on how driver/pulseaudio/alsamixer all work together and at what level this can be solved. Rather than poking around and messing something up, I'd appreciate some guidance. Any explanations of commands would be greatly appreciated as I am new to Linux and trying to learn as much as I can.
sound pulseaudio hdmi idle
add a comment |
I'm using audio output over HDMI from my video card (Radeon HD-4650 RV730) to an AVR.
When there is no audio output it seems that the system turns off the audio and my receiver shows no audio input. Then, when audio starts, it takes a second or two for the signal to be recognized by my receiver, so I loose the start of the audio, or don't hear short sounds at all. I'd like to keep this connection "on" or "alive" even when no audio is playing so I don't have to wait for my receiver to switch over.
I believe this is an "idle" setting somewhere, but I'm not sure at what level it is happening. I'm a little fuzzy on how driver/pulseaudio/alsamixer all work together and at what level this can be solved. Rather than poking around and messing something up, I'd appreciate some guidance. Any explanations of commands would be greatly appreciated as I am new to Linux and trying to learn as much as I can.
sound pulseaudio hdmi idle
I'm using audio output over HDMI from my video card (Radeon HD-4650 RV730) to an AVR.
When there is no audio output it seems that the system turns off the audio and my receiver shows no audio input. Then, when audio starts, it takes a second or two for the signal to be recognized by my receiver, so I loose the start of the audio, or don't hear short sounds at all. I'd like to keep this connection "on" or "alive" even when no audio is playing so I don't have to wait for my receiver to switch over.
I believe this is an "idle" setting somewhere, but I'm not sure at what level it is happening. I'm a little fuzzy on how driver/pulseaudio/alsamixer all work together and at what level this can be solved. Rather than poking around and messing something up, I'd appreciate some guidance. Any explanations of commands would be greatly appreciated as I am new to Linux and trying to learn as much as I can.
sound pulseaudio hdmi idle
sound pulseaudio hdmi idle
asked Mar 16 '18 at 7:29
Raleigh HenshawRaleigh Henshaw
65
65
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
I've been struggling with the same problem & found no solution on the web (in hindsight I was using incorrect / too vague search terms). But I finally figured it out so here it is, hoping this helps others.
Edit /etc/pulse/default.pa
and comment the following line:
load-module module-suspend-on-idle
which becomes:
# load-module module-suspend-on-idle
Then restart the sound server.
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%2f1015384%2fkeep-audio-awake%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 been struggling with the same problem & found no solution on the web (in hindsight I was using incorrect / too vague search terms). But I finally figured it out so here it is, hoping this helps others.
Edit /etc/pulse/default.pa
and comment the following line:
load-module module-suspend-on-idle
which becomes:
# load-module module-suspend-on-idle
Then restart the sound server.
add a comment |
I've been struggling with the same problem & found no solution on the web (in hindsight I was using incorrect / too vague search terms). But I finally figured it out so here it is, hoping this helps others.
Edit /etc/pulse/default.pa
and comment the following line:
load-module module-suspend-on-idle
which becomes:
# load-module module-suspend-on-idle
Then restart the sound server.
add a comment |
I've been struggling with the same problem & found no solution on the web (in hindsight I was using incorrect / too vague search terms). But I finally figured it out so here it is, hoping this helps others.
Edit /etc/pulse/default.pa
and comment the following line:
load-module module-suspend-on-idle
which becomes:
# load-module module-suspend-on-idle
Then restart the sound server.
I've been struggling with the same problem & found no solution on the web (in hindsight I was using incorrect / too vague search terms). But I finally figured it out so here it is, hoping this helps others.
Edit /etc/pulse/default.pa
and comment the following line:
load-module module-suspend-on-idle
which becomes:
# load-module module-suspend-on-idle
Then restart the sound server.
answered Feb 2 at 6:02
syamsyam
1011
1011
add a comment |
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.
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%2f1015384%2fkeep-audio-awake%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