lucianodato / speech-denoiser

A speech denoise lv2 plugin based on RNNoise library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VST plugin support

Fire- opened this issue · comments

Hey there,

Would it be possible for you to support building to a VST plugin target? https://github.com/werman/noise-suppression-for-voice does this currently, but your plugin is far more actively developed. This would allow for usage in DAW and Broadcast applications, like Open Broadcaster Software

Hey! Yes makes sense completely. What I can really do though, is to migrate to DPF or JUCE. Do you want to use it in windows or linux?

I personally am looking to use this with Open Broadcaster Software ( which supports VST 2.x plugins ) and potentially other VST hosts.

Ok, from what I know that possibility is only available on windows. A quick workaround would be to load Carla (https://kxstudio.linuxaudio.org/Applications:Carla) as a VST and inside carla loading speech-denoiser. In the long term I should move to DPF framework in order to have VST support, it's on the ToDo list for both of my denoisers

Sorry, yes, I am using Windows for this!

I'll check out Carla, thanks! I've never heard of it before

did you had any luck with carla?