Output audio to multiple headphones at the same time

What is the easiest way to output audio to two headphones at the same time (one is connected via a USB soundcard, and the other one is Bluetooth) when using Pipewire and KDE?

module-combine-sink worked for me.

I have seen a suggestion about module-combine-sink earlier, but I thought that it does everything automatically without parameters.

So I ended using this command from here:

pactl load-module module-combine-sink sink_name=combination-sink sink_properties=device.description=myCombinationSink slaves=alsa_output.usb-Creative_Technology_Ltd_Sound_BlasterX_G6_........analog-stereo,bluez_output.A0_..... channels=2

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.