Crates.io | rnnoise-c |
lib.rs | rnnoise-c |
version | 0.2.1 |
source | src |
created_at | 2020-01-24 23:29:01.993714 |
updated_at | 2020-07-13 05:27:59.32641 |
description | Rust bindings to Xiph's rnnoise denoising library. DEPRECATED in favour of the nnnoiseless crate. |
homepage | |
repository | https://github.com/RustAudio/rnnoise-c |
max_upload_size | |
id | 201687 |
size | 40,662 |
This crate of C bindings is deprecated in favour of the nnnoiseless crate. The latter is pure Rust, compiles on windows, requires no libclang, and is faster than the C version. Use that one!
Rust bindings of Xiphs's RNNoise library for denoising audio. Find more information on how the library works at this RNNoise demo.
Licensed under Apache 2 or MIT (at your option). For details, see the LICENSE file.
All examples inside the examples/
folder are licensed under the
CC-0 license.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed / CC-0 licensed as above, without any additional terms or conditions.