Created
March 13, 2020 13:21
-
-
Save chrisvdg/57e644c6a726cbc8335ca3be18ceff91 to your computer and use it in GitHub Desktop.
Swap stereo Ubuntu
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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