-
GstFFT — General FFT functions and declarations
-
GstFFTS16 — FFT functions for signed 16 bit integer samples
-
GstFFTS32 — FFT functions for signed 32 bit integer samples
-
GstFFTF32 — FFT functions for 32 bit float samples
-
GstFFTF64 — FFT functions for 64 bit float samples
The gstfft library is based on
kissfft
by Mark Borgerding.
This library should be linked to by getting cflags and libs from
gstreamer-plugins-base-.pc
and adding
-lgstfft-
to the library flags.