2022-07-14 06:27:56 +10:00
|
|
|
[package]
|
|
|
|
name = "spectral_compressor"
|
2022-11-10 01:50:21 +11:00
|
|
|
version = "0.2.0"
|
2022-07-14 06:27:56 +10:00
|
|
|
edition = "2021"
|
|
|
|
authors = ["Robbert van der Helm <mail@robbertvanderhelm.nl>"]
|
|
|
|
license = "GPL-3.0-or-later"
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
crate-type = ["cdylib"]
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
nih_plug = { path = "../../", features = ["assert_process_allocs"] }
|
|
|
|
nih_plug_vizia = { path = "../../nih_plug_vizia" }
|
2022-07-14 23:23:43 +10:00
|
|
|
|
|
|
|
realfft = "3.0"
|