Add a Lanczos3-based linear phase oversampler

This commit is contained in:
Robbert van der Helm
2023-04-05 15:17:26 +02:00
parent 4b706acac5
commit 6a368c1ac6
4 changed files with 599 additions and 0 deletions

1
Cargo.lock generated
View File

@@ -352,6 +352,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
name = "aw_soft_vacuum"
version = "0.1.0"
dependencies = [
"approx 0.5.1",
"nih_plug",
]