lucianodato / speech-denoiser

A speech denoise lv2 plugin based on RNNoise library
GNU Lesser General Public License v3.0
285 stars 29 forks source link

VST plugin support #12

Open Fire- opened 5 years ago

Fire- commented 5 years ago

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

lucianodato commented 5 years ago

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?

Fire- commented 5 years ago

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

lucianodato commented 5 years ago

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

Fire- commented 5 years ago

Sorry, yes, I am using Windows for this!

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

lucianodato commented 5 years ago

did you had any luck with carla?