speech-denoiser icon indicating copy to clipboard operation
speech-denoiser copied to clipboard

A speech denoise lv2 plugin based on RNNoise library

Results 12 speech-denoiser issues
Sort by recently updated
recently updated
newest added

I haven't checked yet, but it would be nice if the rnnoise tree were updated to the current upstream version, which has seen two years of development since you last...

info i am windows user but i am willing to install linux since i want to learn programming and i want to remove noise from {justpaste.it/2h1dw} this archives by using...

I'm thinking about moving to a Mac for my audio processing but I really need a plugin for RNNoise to bring with me. Is there a way I can use...

Hi, I've been fussing with RNNoise and made a slightly-incompatible fork that: (1) Supports multiple neural network models, several of which I've trained (and I'm still training more), (2) Supports...

Hi, I am using a ubuntu 14.04 PC to install speech-denoiser. After giving "chmod +x install.sh && ./install.sh" command i am getting this errors: ./autogen.sh: 10: ./autogen.sh: autoreconf: not found...

I'm on Ubuntu 19.04, and I successfully built and installed your `sdenoise.lv2` plugin from your `master` branch. I have also installed ffmpeg which can allegedly transform audio files using an...

I have a workaround for this, so it's not a huge issue. I described everything here, to see if some ffmpeg expert would be up for the task. https://stackoverflow.com/questions/58600620/ffmpeg-complex-filtering-how-to-get-around

While installing i am getting below error CC src/denoise.lo src/denoise.c: In function ‘rnnoise_init’: src/denoise.c:328:12: error: ‘RNNState {aka struct RNNState}’ has no member named ‘model’ st->rnn.model = model; ^ src/denoise.c:330:12: error:...

I'm interested in using this for a project, is there any way I can install this on a Windows platform?

help wanted