atsushieno/ayumi-lv2

It needs some lowcut or whatever causing noises

atsushieno opened this issue · 1 comments

When I use this plugin on a host, whenever it gets activated, other audio apps start sounding like having noise filters.

If I apply EQ to cut low band width like this sshot (DISTRHO 3 Band EQ), it goes away, which likely means ayumi outputs some glitchy unheard "noisy" wave output. I cannot hear such noise as the plugin by itself, so it is likely result of additive audio outputs.

image

The final sample output is calculated like this:

  ay->left = decimate(fir_left);
  ay->right = decimate(fir_right);

Maybe they need some filtering after call to decimate(). I have no right idea what it would be like though.

Fixed at 0c17619.