Created
December 14, 2020 08:16
-
-
Save maximtrp/4022e9ca56289eebfd3c269bab33545d to your computer and use it in GitHub Desktop.
Copy left channel to the right with Pulseaudio
This file contains hidden or 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
#!/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