Skip to content

Commit c470312

Browse files
committed
Refactor noise processing from Rikorose#617
1 parent 8c0c05e commit c470312

File tree

3 files changed

+168
-209
lines changed

3 files changed

+168
-209
lines changed

ladspa/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ default = ["default-model-ll"]
1515

1616
[dependencies]
1717
deep_filter = { path = "../libDF", default-features = false, features = [
18-
"tract",
19-
"use-jemalloc",
20-
"default-model",
18+
"tract",
19+
"use-jemalloc",
20+
"default-model",
2121
] }
2222
ladspa = {git = "https://github.com/xobs/ladspa.rs", branch = "bitflags-and-null-pointer-fix"}
2323
ndarray = "^0.15"

0 commit comments

Comments
 (0)