Created
June 18, 2011 08:09
-
-
Save fleger/1032913 to your computer and use it in GitHub Desktop.
ALSA: Bauer stereophonic to binaural global filter
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
pcm.bs2b { | |
type ladspa | |
slave.pcm "plug:dmix" | |
path "/usr/lib/ladspa" | |
plugins [ | |
{ | |
label bs2b | |
input { | |
controls [ 700 4.5 ] | |
} | |
} | |
] | |
} | |
pcm.!default { | |
type plug | |
slave.pcm "pcm.bs2b" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tested on Arch Linux with the ladspa-bs2b package from AUR.