audio-blocks 0.1.0

Traits to handle all audio data layouts in real-time processes
Documentation
[[bench]]
harness = false
name = "blocks"
path = "benches/blocks.rs"

[dependencies.rtsan-standalone]
version = "0.1.1"

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

[features]
alloc = []
default = ["std"]
rtsan = ["rtsan-standalone/enable"]
std = []

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

[package]
authors = ["Stephan Eckes <stephan@neodsp.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["multimedia::audio"]
description = "Traits to handle all audio data layouts in real-time processes"
edition = "2024"
keywords = ["audio", "dsp", "neodsp", "no-std", "real-time"]
license = "MIT OR Apache-2.0"
name = "audio-blocks"
readme = "README.md"
repository = "https://github.com/neodsp/audio-blocks"
version = "0.1.0"