Created
June 9, 2018 23:15
-
-
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 >.>
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=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