Replace FFTW in Diopser with realfft

This commit is contained in:
Robbert van der Helm
2022-03-28 18:02:26 +02:00
parent 2211232ed1
commit 4195105e43
3 changed files with 58 additions and 321 deletions

View File

@@ -19,5 +19,5 @@ nih_plug = { path = "../../", features = ["assert_process_allocs"] }
nih_plug_vizia = { path = "../../nih_plug_vizia" }
# For the GUI
fftw = "0.7"
realfft = "3.0"
triple_buffer = "6.0"