lucianodato / noise-repellent

Lv2 suite of plugins for broadband noise reduction
GNU Lesser General Public License v3.0
455 stars 38 forks source link
audio broadband-noise-reduction lv2 lv2-plugin noise-reduction noise-removal

noise-repellent

A suite of lv2 plugins for noise reduction that uses libspecbleach C library.

build

WARNING!!!! This project is not being actively mantained currently

Features

Install

Binaries for most platforms are provided with Github release. Just extract the adequate zip file for your platform to your lv2 plugins folder

If you wish to compile yourself and install this plug-in you will need the a C compiling toolchain, LV2 SDK, Meson build system, ninja compiler, git and libspecbleach library (if it doesn't find it it will download and compile it. In this case make sure to have libspecbleach dependencies installed).

Installation:

  git clone https://github.com/lucianodato/noise-repellent.git
  cd noise-repellent
  meson build --buildtype=release --prefix=/usr --libdir=lib (your-os-appropriate-location-fullpath)
  meson compile -C build -v
  sudo meson install -C build

Noise-repellent is on Arch community at https://www.archlinux.org/packages/community/x86_64/noise-repellent/.

Noise-repellent is also available in KXStudios repositories https://kx.studio/Repositories:Plugins

Use Instuctions

Please refer to project's wiki https://github.com/lucianodato/noise-repellent/wiki