# rnnoise-c [![docs](https://docs.rs/rnnoise-c/badge.svg)](https://docs.rs/crate/rnnoise-c) [![crates.io](https://img.shields.io/crates/v/rnnoise-c.svg)](https://crates.io/crates/rnnoise-c) [![dependency status](https://deps.rs/repo/github/rustaudio/rnnoise-c/status.svg)](https://deps.rs/repo/github/rustaudio/rnnoise-c) # DEPRECATION NOTICE *This crate of C bindings is deprecated in favour of the [nnnoiseless](https://github.com/jneem/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](https://github.com/xiph/rnnoise) library for denoising audio. Find more information on how the library works at this [RNNoise demo](https://people.xiph.org/~jm/demo/rnnoise/). ## License Licensed under Apache 2 or MIT (at your option). For details, see the [LICENSE](LICENSE) file. All examples inside the `examples/` folder are licensed under the [CC-0](https://creativecommons.org/publicdomain/zero/1.0/) license. ### License of your contributions 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.