Skip to content

Instantly share code, notes, and snippets.

@fleger
Created June 18, 2011 08:09
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save fleger/1032913 to your computer and use it in GitHub Desktop.
ALSA: Bauer stereophonic to binaural global filter
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"
}
@fleger
Copy link
Author

fleger commented Jun 18, 2011

Tested on Arch Linux with the ladspa-bs2b package from AUR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment