aetherdsp-sampler 0.2.1

Polyphonic sampler engine for AetherDSP — multi-sample instruments, voice management, and WAV loading
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"