Created
May 16, 2019 08:08
-
-
Save klyr/a0be480709959129fa67ca20fe2532dd to your computer and use it in GitHub Desktop.
Pulse Audio Mono
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
pacmd list-sinks | grep name: | |
pacmd load-module module-remap-sink sink_name=mono master=<name_of_audio sink_given_by_previous_command> channels=2 channel_map=mono,mono | |
speaker-test -c 2 -t sine |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment