0.2.0 - This version may not be safe as it has not been updated for a long time. Find out if your coding project uses this component and get notified of any reported security vulnerabilities with Meterian-X Open Source Security Platform
Maintain your licence declarations and avoid unwanted licences to protect your IP the way you intended.
BSD-3-Clause - BSD 3-Clause "New" or "Revised" LicenseIt is a simple safe abstraction based on speexdsp.
It is available as binding or as pure-rust implementation.
By default the pure-rust implementation is used, optionally the simd-accelerated original
C version can be used instead using the feature sys.
The bindings are generated using the headers and libraries that ought to be present in the system.
clang and libclang installed.speexdsp C headers and pkg-config files are installed.Currently we have only an integration test to compare the C and the Rust implementation. To run it issue:
$ cargo test --features=sys