Friday, April 26, 2024
 Popular · Latest · Hot · Upcoming
12
rated 0 times [  12] [ 0]  / answers: 1 / hits: 5973  / 2 Years ago, thu, march 10, 2022, 3:27:54

I'd like to have my system automatically output to all available sound devices (preferably using a sink in Pulseaudio Volume Control). This was possible when using Pulseaudio alone.


Is it possible with Pipewire? If yes, how would you achieve this?

Is it possible to set this up to be available automatically?


More From » sound

 Answers
2

I finally found the answer after reporting a bug and getting a response to my question. The solution is so amazingly simple:


Run:


pactl load-module module-combine-sink

And you get the same functionality with PipeWire.


If I'm understanding these instructions correctly, you can make this permanent by copying /usr/share/pipewire/pipewire-pulse.conf to ~/.config/pipewire/pipewire-pulse.conf and adding:


context.exec = [
{ path = "pactl" args = "load-module module-combine-sink" }
]

Then saving the file. Alternatively, you can add the first command to your startup applications.


[#962] Saturday, March 12, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
leadprogres

Total Points: 298
Total Questions: 114
Total Answers: 139

Location: Samoa
Member since Mon, Nov 8, 2021
3 Years ago
;