[package]
edition = "2021"
name = "aetherdsp-sampler"
version = "0.2.1"
authors = ["AetherDSP Project"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Polyphonic sampler engine for AetherDSP — multi-sample instruments, voice management, and WAV loading"
homepage = "https://github.com/1yos/aether-dsp"
documentation = "https://docs.rs/aetherdsp-sampler"
readme = "README.md"
keywords = [
"audio",
"sampler",
"synthesis",
"dsp",
"real-time",
]
categories = ["multimedia::audio"]
license = "MIT"
repository = "https://github.com/1yos/aether-dsp"
[lib]
name = "aether_sampler"
path = "src/lib.rs"
[dependencies.aetherdsp-core]
version = "0.1"
[dependencies.aetherdsp-midi]
version = "0.1"
[dependencies.arc-swap]
version = "1.7"
[dependencies.hound]
version = "3"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.thiserror]
version = "1"
[dev-dependencies.proptest]
version = "1"