[dependencies.bbx_core]
version = "0.2.0"
[lib]
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.85"
version = "0.2.0"