dps123 / dynaudnorm_ladspa

Dynamic Audio Normalizer LADSPA plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not working

kopr12 opened this issue · comments

I have pure alsa setup, so no pulseaudio no jack etc.
I use other ladspa plugins and they work.
Tried this one and I get no sound, there are no errors though.
I have 5.1 speakers so I tried dynaudnorm_51
Tried others as well but same result.

I thought maybe upmix and dmix could be the problem so I removed those but that didn't help either.
Any thoughts ?

My .asoundrc

pcm.onboard_card {
   type hw
   card 2

}

pcm.ladspa {
    type ladspa
       slave.pcm "upmixplug";
       plugins [{
           label dynaudnorm_51
           input {
	       #controls  [0         1               0.5                 0.99]

        }
    }]
}

pcm.setup_6ch {
   type plug 
   slave.pcm "ladspa"
}

pcm.upmixplug {
  type plug
  slave.pcm "onboard_card"
}

pcm.!default pcm.setup_6ch