[package]
edition = "2021"
name = "aetherdsp-timbre"
version = "0.1.1"
authors = ["AetherDSP Project"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Spectral timbre analysis and transfer for AetherDSP — FFT-based instrument resynthesis"
homepage = "https://github.com/1yos/aether-dsp"
documentation = "https://docs.rs/aetherdsp-timbre"
readme = "README.md"
keywords = [
"audio",
"dsp",
"timbre",
"spectral",
"synthesis",
]
categories = [
"multimedia::audio",
"science",
]
license = "MIT"
repository = "https://github.com/1yos/aether-dsp"
[lib]
name = "aether_timbre"
path = "src/lib.rs"
[dependencies.aetherdsp-core]
version = "0.1"
[dependencies.aetherdsp-sampler]
version = "0.2"
[dependencies.rustfft]
version = "6"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.thiserror]
version = "1"