anyc Tux's lil' helper

Joined: 31 May 2004 Posts: 119
|
Posted: Mon Oct 04, 2004 3:20 pm Post subject: ladspa plugin in .asoundrc - how? |
|
|
Hi
I want to use the ladspa plugin in my .asoundrc for a lowpass filter.
The example in the alsa-wiki doesn't work. :/
Code: |
pcm.lowpass {
type ladspa
slave.pcm my_scard
path "/usr/lib/ladspa"
plugins [ {
label lpf
input { controls [ 50 ] }
} ]
}
|
With XMMS i get the following error:
"No configuration available for playback: argument ungültig"
I've installed ladspa and the directory is also correct.
Knows somebody help?
(my route plugin doesn't work correctly too. ttable accepts only 1 or 0 as
volume... )
Thanks!
Mario |
|