lucianodato / speech-denoiser

A speech denoise lv2 plugin based on RNNoise library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

sakshamdahiya opened this issue · 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 !!

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

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?

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.

commented

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

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