Skip to content

Ubuntu 20.04 Pulseaudio 13.99.1 module not resuming after pausing audio playback #421

Answered by berglh
berglh asked this question in Q&A
Discussion options

You must be logged in to vote

@gavv Thanks for the reply 👍

So, given that I'm loading and unloading the roc-sink manually, the following workflow seems to be working as expected:

# start-roc-sink
pactl unload-module module-suspend-on-idle; pactl load-module module-roc-sink remote_ip=my_ip
# stop-roc-sink
pactl unload-module module-roc-sink; pactl load-module module-suspend-on-idle

I could setup a little script to toggle it with a hotkey shortcut in Gnome Shell, so that way I can by default still use the suspend-on-idle feature and then disable it only when using the roc-sink.

It would be great if the module would resume from a suspended state though, but I don't think it's a deal break. Loving the capability of roc.

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by gavv
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #421 on December 14, 2020 11:38.