Initial commit.
This commit is contained in:
commit
915715b975
12
TwitchVOD
Executable file
12
TwitchVOD
Executable file
@ -0,0 +1,12 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Use "pactl list short sinks" to see your devices
|
||||
AUDIOOUTPUTDEVICENAMEHERE=bluez_output.00_25_DB_69_D3_0B.a2dp-sink
|
||||
|
||||
# pactl load-module module-remap-sink sink_name=base_output master=$AUDIOOUTPUTDEVICENAMEHERE channels=2 master_channel_map=front-left,front-right channel_map=front-left,front-right remix=no;
|
||||
# pacmd update-sink-proplist base_output device.description="Main_Sink";
|
||||
# pactl load-module module-remap-sink sink_name=music_output master=$AUDIOOUTPUTDEVICENAMEHERE channels=2 master_channel_map=front-left,front-right channel_map=front-left,front-right remix=no;
|
||||
# pacmd update-sink-proplist music_output device.description="Music_Sink"
|
||||
|
||||
pactl load-module module-remap-sink sink_name="Main_Sink" master=$AUDIOOUTPUTDEVICENAMEHERE channels=2 master_channel_map=front-left,front-right channel_map=front-left,front-right remix=no;
|
||||
pactl load-module module-remap-sink sink_name="Music_Sink" master=$AUDIOOUTPUTDEVICENAMEHERE channels=2 master_channel_map=front-left,front-right channel_map=front-left,front-right remix=no;
|
Loading…
Reference in New Issue
Block a user