Hello everyone.
I'm using ALSA on Debian sid, kernel 2.6.30-i686
I'm trying to set a reverb for my computer using this ladspa plugin: "caps" and 
labeled Plate2x2.

I've edited my .asoundrc as you can see below


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

   pcm.!default {
       type plug
       slave.pcm "ladspa";
   }

This works very nice when there's just one application using audio.
But now I can hear no sounds from any other application except the first i've 
opened.

Is there anyway to use this plugin and hear sounds from all applications?

Sincerely,
Paolo
                                          
_________________________________________________________________
Hai voglia di divertirti? Scarica i nuovissimi gadget di Messenger!
http://messenger.it/home_gadget.aspx
------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to