Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save johndrinkwater/7dd36456744d0f2fe191aab18fd52a10 to your computer and use it in GitHub Desktop.
Save johndrinkwater/7dd36456744d0f2fe191aab18fd52a10 to your computer and use it in GitHub Desktop.
pulse-audio sinks for left/right channels, for use for when I want to listen to two streams at once >.>
pactl load-module module-remap-sink sink_name=use-left-mono sink_properties="device.description='Left\ Headphone\ Channel'" master=alsa_output.pci-0000_01_00.1.hdmi-stereo-extra1 channels=2 master_channel_map=front-left,front-left channel_map=front-left,front-right
pactl load-module module-remap-sink sink_name=use-right-mono sink_properties="device.description='Right\ Headphone\ Channel'" master=alsa_output.pci-0000_01_00.1.hdmi-stereo-extra1 channels=2 master_channel_map=front-right,front-right channel_map=front-left,front-right
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment