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

NOOB HERE how can i remove noise from recorded files and how to install this software ? #19

Open sakshamdahiya opened 4 years ago

sakshamdahiya commented 4 years ago

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 this software what i want to know -Q1 how to install this in linux and what are plug-in and how to install them? -Q2 how to remove noise ? removing this noise is so much imp for me any help would be helpful !!

sakshamdahiya commented 4 years ago

do i need to put these command in terminal
git clone https://github.com/lucianodato/speech-denoiser.git cd speech-denoiser chmod +x install.sh && ./install.sh in order to install

StephanMeijer commented 4 years ago

Well, I would like to see a better description as well. I have installed LV2, and sdenoise.lv2, but I have no clue how to use this in practice. Do I need to set any pulseaudio-settings?

lucianodato commented 4 years ago

I´m sorry guys I've been away from this plugin for years now. At some point I know I will get back to it and probably re-write it to use some other framework. I don´t really know what is currently the right choice but code looks awful right now.

pabloab commented 3 years ago

Here is an example of how to use it:

ffmpeg -i input.wav -filter_complex 'lv2=plugin=https\\://github.com/lucianodato/speech-denoiser' output.wav
richardpl commented 3 years ago

filter is very limited last time i tried it, use arnndn with downloaded model file instead. native ffmpeg filter is also faster.