This commit is contained in:
2026-03-02 12:31:07 -05:00
parent 3f72e52595
commit 25b3feda41
6 changed files with 883 additions and 0 deletions

12
Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[package]
name = "noiseless-lv2"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["cdylib"]
[dependencies]
lv2 = "0.6"
nnnoiseless = "0.5"