glicol_synth 0.13.5

A graph-based music DSP library written in Rust
Documentation
[[bench]]
harness = false
name = "next_block"

[[bench]]
harness = false
name = "fm"
[dependencies.arrayvec]
version = "0.7.2"

[dependencies.dasp_interpolate]
features = ["linear", "sinc"]
version = "0.11.0"

[dependencies.dasp_ring_buffer]
version = "0.11.0"

[dependencies.dasp_signal]
version = "0.11.0"

[dependencies.dasp_slice]
default-features = false
features = ["std"]
optional = true
version = "0.11.0"

[dependencies.fasteval]
version = "0.2.4"

[dependencies.hashbrown]
version = "0.14.3"

[dependencies.petgraph]
features = ["stable_graph"]
version = "0.6"

[dependencies.rhai]
default-features = false
features = ["sync", "f32_float", "only_i32"]
optional = true
version = "1.12.0"
[dev-dependencies.criterion]
version = "0.4.0"

[dev-dependencies.gnuplot]
version = "0.0.37"

[features]
default = ["node-boxed", "node-pass", "node-sum"]
node-boxed = []
node-dynamic = ["rhai"]
node-pass = []
node-sampling = []
node-sum = ["dasp_slice"]
use-meta = ["node-dynamic"]
use-samples = ["node-sampling"]

[package]
authors = ["Qichao Lan <chaosprint@gmail.com>"]
description = "A graph-based music DSP library written in Rust"
edition = "2021"
keywords = ["audio", "music", "DSP", "synth", "synthesizer"]
license-file = "LICENSE"
name = "glicol_synth"
readme = "README.md"
repository = "https://github.com/chaosprint/glicol.git"
resolver = "1"
version = "0.13.5"