audioadapter 0.2.1

A library for making it easier to work with buffers of audio data
Documentation
[[bench]]
harness = false
name = "iteration"
path = "benches/iteration.rs"

[dependencies.audio-core]
optional = true
version = "0.2.0"

[dependencies.num-traits]
version = "0.2.15"

[dev-dependencies.audio]
version = "0.2.0"

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

[[example]]
name = "bytes_to_samples"
path = "examples/bytes_to_samples.rs"

[[example]]
name = "custom_adapter"
path = "examples/custom_adapter.rs"

[features]
audio = ["audio-core"]
default = ["std", "audio"]
std = []

[lib]
name = "audioadapter"
path = "src/lib.rs"

[package]
authors = ["HEnquist <henrik.enquist@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["multimedia::audio"]
description = "A library for making it easier to work with buffers of audio data"
edition = "2021"
keywords = ["audio", "buffer", "dsp", "sample", "pcm"]
license = "MIT"
name = "audioadapter"
readme = "README.md"
repository = "https://github.com/HEnquist/audioadapter-rs"
rust-version = "1.74"
version = "0.2.1"