[LAU] ALSA: Using a plugin only for capture

Fons Adriaensen fons at linuxaudio.org
Tue Dec 6 22:22:06 UTC 2011


On Tue, Dec 06, 2011 at 10:49:45PM +0100, Julien Claassen wrote:

>   I'm using ALSA's ladspa-plugin modle and I'm inserting the necessary 
> entries into .asoundrc for that user.

The only docs I could find about this is

<http://alsa.opensrc.org/Ladspa_%28plugin%29>

which provides an example:

pcm.ladspa {
    type ladspa
    slave.pcm "plughw:0,0";
    path "/usr/lib/ladspa";
    plugins [{
        label delay_5s
        input {
            controls [ 0.8 0.3 ]
        }
    }]
}

It's not clear at all from the syntax where the plugin is
supposed to go: capture, playback or both (!). Given the
context of the example it will be in at least the playback
path, maybe in both. 

<rant> This is one more example showing that the 
asoundrc syntax despite its baroque qualities is
missing its target. </rant>

Ciao,


-- 
FA

Vor uns liegt ein weites Tal, die Sonne scheint - ein Glitzerstrahl.



More information about the Linux-audio-user mailing list