stage 2
This commit is contained in:
commit
ca1910de60
39 changed files with 6328 additions and 0 deletions
19
crates/headroom-dsp/Cargo.toml
Normal file
19
crates/headroom-dsp/Cargo.toml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
[package]
|
||||
name = "headroom-dsp"
|
||||
description = "DSP kernels for Headroom: true-peak limiter, compressor, AGC envelope helpers."
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
rust-version.workspace = true
|
||||
license = "MPL-2.0"
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
authors.workspace = true
|
||||
readme = "README.md"
|
||||
|
||||
[dependencies]
|
||||
# Kept intentionally empty. The DSP crate must build clean on any host
|
||||
# and is the most reusable piece in the workspace. If you find yourself
|
||||
# wanting to add a dependency here, think twice.
|
||||
|
||||
[features]
|
||||
default = []
|
||||
Loading…
Add table
Add a link
Reference in a new issue