fundsp 0.3.2

Audio processing and synthesis library.
Documentation
[[example]]
name = "beep"
path = "examples/beep.rs"

[[example]]
name = "peek"
path = "examples/peek.rs"

[[example]]
name = "sequence"
path = "examples/sequence.rs"

[[example]]
name = "type"
path = "examples/type.rs"
[dependencies.generic-array]
version = "0.14.5"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.num-complex]
version = "0.4.0"

[dependencies.numeric-array]
version = "0.5.2"

[dependencies.rsor]
version = "0.1.3"

[dependencies.rustfft]
version = "6.0.1"

[dependencies.tinyvec]
features = ["alloc"]
version = "1.5.1"
[dev-dependencies.anyhow]
version = "1.0.55"

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

[features]
default = []

[package]
authors = ["SamiPerttu <Sami.Perttu@gmail.com>"]
description = "Audio processing and synthesis library."
edition = "2021"
homepage = "https://github.com/SamiPerttu/fundsp"
keywords = ["dsp", "audio"]
license = "MIT OR Apache-2.0"
name = "fundsp"
readme = "README.md"
repository = "https://github.com/SamiPerttu/fundsp"
resolver = "2"
version = "0.3.2"