speexdsp 0.1.2

Bindings for the speexdsp library
Documentation
[[bench]]
harness = false
name = "resampling_c"

[[bench]]
harness = false
name = "resampling_rust"

[[bench]]
harness = false
name = "resampling_simple_rust"

[[bench]]
harness = false
name = "resampling_simple_c"

[[bench]]
harness = false
name = "resampling_simple_rust_dbl"

[[bench]]
harness = false
name = "resampling_simple_c_dbl"
[dependencies.speexdsp-resampler]
version = "0.2"

[dependencies.speexdsp-sys]
optional = true
version = "0.1.1"
[dev-dependencies.assert_approx_eq]
version = "1.1.0"

[dev-dependencies.byteorder]
version = "1.3"

[dev-dependencies.criterion]
version = "0.3"

[dev-dependencies.interpolate_name]
version = "0.2.2"

[dev-dependencies.structopt]
version = "0.3"

[features]
avx = ["speexdsp-resampler/avx"]
dynnative = ["speexdsp-resampler/dynnative"]
sse3 = ["speexdsp-resampler/sse3"]
sys = ["speexdsp-sys"]

[package]
authors = ["Luca Barbato <lu_zero@gentoo.org>"]
categories = ["api-bindings"]
description = "Bindings for the speexdsp library"
edition = "2018"
homepage = "https://github.com/rust-av/speexdsp-rs"
keywords = ["audio", "resampler"]
license = "MIT"
name = "speexdsp"
readme = "README.md"
repository = "https://github.com/rust-av/speexdsp-rs"
version = "0.1.2"