mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
c622477a92
Add a boolean multi-channel property with a default of FALSE. When set to TRUE the element won't mix all input channels to mono, but instead run a FFT on each channel. In that case the result message would contain a 2 dimensional array of channel x data for magnitude and phase. API: GstSpectrum:multi-channel https://bugzilla.gnome.org/show_bug.cgi?id=593482 |
||
---|---|---|
.. | ||
.gitignore | ||
gstspectrum.c | ||
gstspectrum.h | ||
Makefile.am | ||
README | ||
spectrum.vcproj |
This is a simple, rather lame spectrum analyzer made from the fix_fft.c code, as found I think in xmms-0.9.1 (the 75-wide output sounds like xmms to me), which is actually written by other people (see fix_fft.c for credits). It worked last time I had GiST working, which was a while ago. Yes, GiST is not included here yet, it will be in 0.1.0.