From 60656c713d405dd93edc7184dd345230ea0eed79 Mon Sep 17 00:00:00 2001 From: Philippe Normand Date: Tue, 11 Aug 2020 18:32:21 +0100 Subject: audiornnoise: New element for audio denoising The audiornnoise element can be used as playbin audio-filter for instance, to suppress noise in the audio stream. This plugin relies on the nnnoiseless crate which implements the noise removal algorithm of the Xiph RNNoise library, in Rust. Some demos and documentation of the RNNoise C library can be found on: https://people.xiph.org/~jm/demo/rnnoise/ Fixes #114 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 6b046de8c..027629281 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ You will find the following plugins in this repository: * `audio` - `audiofx`: Plugins to apply audio effects to a stream (such as adding - echo/reverb, or normalization). + echo/reverb, [removing noise](https://jmvalin.ca/demo/rnnoise/) or normalization). - `claxon`: A FLAC decoder based on the [Claxon](https://github.com/ruuda/claxon) library. -- cgit v1.2.3