Created
March 29, 2016 18:03
-
-
Save gtrak/c20bc7e4255aeae1c15aed38151eb323 to your computer and use it in GitHub Desktop.
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
#!/bin/sh | |
# dock="alsa_output.usb-C-Media_Electronics_Inc._ThinkPad_OneLink_Dock_USB_Audio-00.analog-stereo" | |
# sink="$dock" | |
sink=$(pacmd list-sinks |grep "name:" |sed 's/name: <\(.*\)>$/\1/' | xargs echo | head) | |
pacmd load-module module-ladspa-sink sink_name=crossfeed master="$sink" plugin=bs2b label=bs2b control=700,4.5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment