hexodsp 0.2.1

Comprehensive DSP graph and synthesis library for developing a modular synthesizer in Rust, such as HexoSynth.
Documentation
[dependencies.hound]
version = "3.4.0"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.ringbuf]
version = "0.2.2"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.synfx-dsp]
version = "0.5.5"

[dependencies.synfx-dsp-jit]
optional = true
version = "0.6.1"

[dependencies.triple_buffer]
version = "5.0.6"
[dev-dependencies.anyhow]
version = "1.0.58"

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

[dev-dependencies.jack]
version = "0.10.0"

[dev-dependencies.num-complex]
version = "0.2"

[dev-dependencies.rustfft]
version = "6.0.0"

[features]
default = ["synfx-dsp-jit"]

[lib]
crate-type = ["lib"]
name = "hexodsp"
path = "src/lib.rs"

[package]
authors = ["Weird Constructor <weirdconstructor@m8geil.de>"]
categories = ["multimedia::audio", "multimedia", "algorithms", "mathematics"]
description = "Comprehensive DSP graph and synthesis library for developing a modular synthesizer in Rust, such as HexoSynth."
edition = "2021"
keywords = ["audio", "real-time", "synthesis", "synthesizer", "dsp"]
license = "GPL-3.0-or-later"
name = "hexodsp"
readme = "README.md"
repository = "https://github.com/WeirdConstructor/HexoDSP"
version = "0.2.1"