I have a plugin that cause a segfault when playing something. Anyone a
suggestion?

sudo apt-get install swh-plugins
sudo apt-get install cmt

added to /etc/asound.conf:

pcm.notch {
      type ladspa
       slave.pcm "plughw:0,0";
       path "/usr/lib/ladspa";
       plugins [
           {
               label notch_iir
               input {
                   controls [ 233 4.8 1 ]
               }
           }
       ]
   }

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

then a:
    aplay -Dplug:notch /share/sounds/k3b_error1.wav
    aplay -Dplug:delay /usr/share/sounds/k3b_error1.wav

first one segfaults. second not.

Regards
hn

------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Alsa-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to