Skip to content

Instantly share code, notes, and snippets.

@maciel310
maciel310 / gist:8483374
Last active January 3, 2016 15:29
Creates a new PulseAudio sink that copies the left channel to the right channel. Useful if one side has a click/audio glitches. Change left,left to right,right if the glitch is in the other side.In Ubuntu, go to Sound Settings to enable the Remapped output. Stays until the next reboot.
pacmd load-module module-remap-sink sink_name=mono master=alsa_output.pci-0000_00_1b.0.analog-stereo channel_map=left,left master_channel_map=left,right