Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucianodato/noise-repellent
Lv2 suite of plugins for broadband noise reduction
https://github.com/lucianodato/noise-repellent
audio broadband-noise-reduction lv2 lv2-plugin noise-reduction noise-removal
Last synced: 9 days ago
JSON representation
Lv2 suite of plugins for broadband noise reduction
- Host: GitHub
- URL: https://github.com/lucianodato/noise-repellent
- Owner: lucianodato
- License: lgpl-3.0
- Created: 2016-04-18T17:32:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-12T17:33:14.000Z (3 months ago)
- Last Synced: 2024-10-14T06:14:37.286Z (26 days ago)
- Topics: audio, broadband-noise-reduction, lv2, lv2-plugin, noise-reduction, noise-removal
- Language: C
- Homepage:
- Size: 1.08 MB
- Stars: 462
- Watchers: 24
- Forks: 39
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-my-raspberrypi-micro-desktop - Noise-repellent - Lv2 suite of plugins for broadband noise reduction_ (Creative List / Digital Audio Workstation)
- awesome-useful-projects - <img src="https://icon.horse/icon/github.com" height="20px" align="center"/>/lucianodato/noise-repellent - Plugins for broadband noise reduction (Jump To / Linux)
- awesome-useful-projects - <img src="https://icon.horse/icon/github.com" height="20px" align="center"/>/lucianodato/noise-repellent - Plugins for broadband noise reduction (Jump To / Linux)
README
# noise-repellent
A suite of lv2 plugins for noise reduction that uses [libspecbleach](https://github.com/lucianodato/libspecbleach) C library.
[![build](https://github.com/lucianodato/noise-repellent/actions/workflows/build.yml/badge.svg)](https://github.com/lucianodato/noise-repellent/actions/workflows/build.yml)
**WARNING!!!!** This project is not being actively mantained currently
## Features
* Adaptive noise reduction plugin for low latency voice denoise
* Manual noise capture based plugin for customizable noise reduction
* Adjustable Reduction and many other parameters to tweak the reduction
* Option to listen to the residual signal
* Soft bypass
* Noise profile saved with the session## Install
Binaries for most platforms are provided with Github release. Just extract the adequate zip file for your platform to your [lv2 plugins folder](https://lv2plug.in/pages/filesystem-hierarchy-standard.html)
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:
```bash
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 .
Noise-repellent is also available in KXStudios repositories
## Use Instuctions
Please refer to project's wiki