bbx_dsp 0.4.3

Block-based audio DSP graph system with oscillators, effects, modulators, and realtime-safe processing
Documentation
[[bench]]
harness = false
name = "simd_blocks"
path = "benches/simd_blocks.rs"

[[bench]]
harness = false
name = "simd_graphs"
path = "benches/simd_graphs.rs"

[dependencies.bbx_core]
version = "0.4.3"

[dependencies.bbx_midi]
default-features = false
version = "0.4.3"

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

[features]
default = []
ftz-daz = ["bbx_core/ftz-daz"]
simd = ["bbx_core/simd"]

[lib]
bench = false
name = "bbx_dsp"
path = "src/lib.rs"

[package]
authors = ["Black Box Audio, LLC"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["multimedia::audio", "science"]
description = "Block-based audio DSP graph system with oscillators, effects, modulators, and realtime-safe processing"
edition = "2024"
keywords = ["audio", "dsp", "synthesis", "effects", "graph"]
license = "MIT"
name = "bbx_dsp"
readme = "README.md"
repository = "https://github.com/blackboxaudio/bbx_audio"
rust-version = "1.89.0"
version = "0.4.3"

[[test]]
name = "graph_integration"
path = "tests/graph_integration.rs"

[[test]]
name = "signal_clipping"
path = "tests/signal_clipping.rs"