werman / noise-suppression-for-voice

Noise suppression plugin based on Xiph's RNNoise
GNU General Public License v3.0
4.86k stars 230 forks source link

The mono LV2 plugin isn't seen by carla and qtractor #170

Open yurivict opened 1 year ago

yurivict commented 1 year ago

noise-suppression-for-voice installs mono and stereo LV2 plugins. But carla and qtractor LV2 hosts don't see the mono one, they only see the stereo one.

Version: 1.03 FreeBSD 13.2

pallaswept commented 1 year ago

Probably this is why https://github.com/werman/noise-suppression-for-voice/issues/158

pallaswept commented 11 months ago

I sent a patch to the SIMD-enhanced version of the plugin which has been more recently maintained, it will work for this, too. Just one line to change:

https://github.com/werman/noise-suppression-for-voice/blob/c1cf4307c75abed8e3ecccdd23a35f7782feaf69/src/juce_plugin/CMakeLists.txt#L45

Change from

LV2URI "https://github.com/werman/noise-suppression-for-voice"

to

LV2URI "https://github.com/werman/noise-suppression-for-voice#${default_channels}ch"

Simple, minimal, but effective fix. Enjoy.

JiaChen-Zeng commented 2 weeks ago

I can't see both LV2 plugins in reaper

pallaswept commented 2 weeks ago

This issue can be closed now, it has been fixed for some time: https://github.com/werman/noise-suppression-for-voice/issues/192#issuecomment-2119171863

> lv2ls|grep werman
https://github.com/werman/noise-suppression-for-voice#mono
https://github.com/werman/noise-suppression-for-voice#stereo

I can't see both LV2 plugins in reaper

:( Sorry mate. I think you might have a different issue there.