Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Normand <philn@igalia.com>2020-08-11 20:32:21 +0300
committerPhilippe Normand <philn@igalia.com>2020-08-13 14:46:28 +0300
commit60656c713d405dd93edc7184dd345230ea0eed79 (patch)
treeee20b35b0442aaabda27513a0668d19e378881e2 /README.md
parentb8f9e0efc8ee6975116bd0537786f2859abf2aa0 (diff)
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
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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.