Skip to content

Instantly share code, notes, and snippets.

@chrisvdg
Created March 13, 2020 13:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrisvdg/57e644c6a726cbc8335ca3be18ceff91 to your computer and use it in GitHub Desktop.
Save chrisvdg/57e644c6a726cbc8335ca3be18ceff91 to your computer and use it in GitHub Desktop.
Swap stereo Ubuntu
pactl load-module module-remap-sink \
sink_name=reverse-stereo \
master=0 \
channels=2 \
master_channel_map=front-right,front-left \
channel_map=front-left,front-right
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment