sofar 0.1.6

Rust bindings for the libmysofa library
Documentation
[[bench]]
harness = false
name = "renderer"
required-features = ["dsp"]

[[example]]
name = "renderer"
required-features = ["dsp"]
[dependencies.ffi]
package = "libmysofa-sys"
version = "0.1"

[dependencies.realfft]
optional = true
version = "3.2"

[dependencies.thiserror]
version = "1"
[dev-dependencies.anyhow]
version = "1.0"

[dev-dependencies.assert_approx_eq]
version = "1.1"

[dev-dependencies.cpal]
version = "0.15"

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

[dev-dependencies.hound]
version = "3.5"

[dev-dependencies.rand]
version = "0.8"

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

[features]
default = ["dsp"]
dsp = ["dep:realfft"]

[package]
authors = ["Tomasz Andrzejak <andreiltd@gmail.com>"]
categories = ["algorithms", "filesystem", "multimedia::audio"]
description = "Rust bindings for the libmysofa library"
edition = "2021"
homepage = "https://github.com/andreiltd/sofar"
keywords = ["libmysofa", "hrtf", "aes69"]
license = "MIT OR Apache-2.0"
name = "sofar"
readme = "README.md"
repository = "https://github.com/andreiltd/sofar"
version = "0.1.6"