From 5b6707642b77c99301c7de498ce588bd12e4cd0c Mon Sep 17 00:00:00 2001 From: joreg Date: Mon, 11 Mar 2024 15:58:14 +0100 Subject: [PATCH] FFT has "Buffer Size" input replaced with more intuitive "Bin Count" input enum --- VL.Audio.HDE.vl | 131 +++++++------ VL.Audio.vl | 100 +++------- deployment/VL.Audio.nuspec | 2 +- ...ple FFT 3D Waterfall of an audio signal.vl | 97 ++++------ ...To Calculate the FFT of an audio signal.vl | 175 ++++++++---------- src/Signals/Sinks/FFTOutSignal.cs | 11 ++ 6 files changed, 234 insertions(+), 282 deletions(-) diff --git a/VL.Audio.HDE.vl b/VL.Audio.HDE.vl index 5f44d08..4d39d80 100644 --- a/VL.Audio.HDE.vl +++ b/VL.Audio.HDE.vl @@ -1,6 +1,6 @@  - - + +