Skip to content

Instantly share code, notes, and snippets.

@klyr
Created May 16, 2019 08:08
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 klyr/a0be480709959129fa67ca20fe2532dd to your computer and use it in GitHub Desktop.
Save klyr/a0be480709959129fa67ca20fe2532dd to your computer and use it in GitHub Desktop.
Pulse Audio Mono
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