[package]
edition = "2021"
name = "aetherdsp-nodes"
version = "0.2.2"
authors = ["AetherDSP Project"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Built-in DSP nodes for AetherDSP — oscillator, filters, reverb, LFO, granular, Karplus-Strong, compressor, waveshaper, chorus"
homepage = "https://github.com/1yos/aether-dsp"
documentation = "https://docs.rs/aetherdsp-nodes"
readme = "README.md"
keywords = [
"audio",
"dsp",
"oscillator",
"filter",
"synthesis",
]
categories = ["multimedia::audio"]
license = "MIT"
repository = "https://github.com/1yos/aether-dsp"
[lib]
name = "aether_nodes"
path = "src/lib.rs"
[dependencies.aetherdsp-core]
version = "0.1"
[dependencies.ringbuf]
version = "0.4"
[dependencies.serde]
version = "1"
features = ["derive"]
[dev-dependencies.proptest]
version = "1"