Skip to content

Instantly share code, notes, and snippets.

@maximtrp
Created December 14, 2020 08:16
Show Gist options
  • Save maximtrp/4022e9ca56289eebfd3c269bab33545d to your computer and use it in GitHub Desktop.
Save maximtrp/4022e9ca56289eebfd3c269bab33545d to your computer and use it in GitHub Desktop.
Copy left channel to the right with Pulseaudio
#!/usr/bin/bash
pactl load-module module-remap-sink \
sink_name=reverse-stereo \
master=0 \
channels=2 \
master_channel_map=front-left,front-right \
channel_map=front-left,front-left
pactl set-default-sink reverse-stereo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment