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

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

Open sakshamdahiya opened this issue 5 years ago • 5 comments

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 avatar Apr 04 '20 18:04 sakshamdahiya

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

sakshamdahiya avatar Apr 04 '20 18:04 sakshamdahiya

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?

StephanMeijer avatar May 21 '20 19:05 StephanMeijer

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.

lucianodato avatar Jun 27 '20 00:06 lucianodato

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

pabloab avatar Nov 23 '20 23:11 pabloab

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

richardpl avatar Nov 24 '20 06:11 richardpl