aboutsummaryrefslogtreecommitdiffhomepage
path: root/applause.lua
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2023-10-18 13:09:02 +0300
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2023-12-19 19:38:32 +0300
commit98d7cc394f060c6935664c517c2e923c5d45350b (patch)
tree75a193a5f0e247a9b351f3d2742ce491c6e5e85f /applause.lua
parent2f5b54f0905a0dc972a7681a5db2ded1231fe965 (diff)
downloadapplause2-98d7cc394f060c6935664c517c2e923c5d45350b.tar.gz
fft.lua: added support for Fourier analysis (FFT/IFFT)
* Allows one-time analysis of arrays or short streams. * Transformation on real-time streams * Magnitude and phase extraction * Windowing (only Hamming for the time being).
Diffstat (limited to 'applause.lua')
-rw-r--r--applause.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/applause.lua b/applause.lua
index f060789..42b3cce 100644
--- a/applause.lua
+++ b/applause.lua
@@ -2479,6 +2479,7 @@ end
--
dofile "sndfile-stream.lua"
dofile "filters.lua"
+dofile "fft.lua"
dofile "dssi.lua"
dofile "midi.lua"
dofile "evdev.lua"