Skip to main content
Topic: how to switch your pulse 2 channel stereo output to mono on artix linux (Read 60 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

how to switch your pulse 2 channel stereo output to mono on artix linux

i am dropping this here as i intend to read it later and on the interwebs there are many solution that do not work but this one worked:

why do i need this: if you are playing only one box on a an amp with 2 channels for example you want to have both channels mixed into at least one channel (L or R) or even better to have both channels mixed into both channels (L and R).

this is an non persistent approach that works for my setup i might add comments later or you if you want:

Code: [Select]
pactl load-module module-remap-sink sink_name=combined-mono master=0 channels=2 master_channel_map=mono,mono channel_map=mono,mono
pactl set-default-sink combined-mono