gstreamer/gst/spectrum
Stefan Kost 0428d5cf5f Initial port of the spectrum element
Original commit message from CVS:
* configure.ac:
* gst/spectrum/demo-osssrc.c: (spectrum_chain), (main):
* gst/spectrum/fix_fft.c: (gst_spectrum_fix_dot):
* gst/spectrum/gstspectrum.c: (gst_spectrum_get_type),
(gst_spectrum_base_init), (gst_spectrum_class_init),
(gst_spectrum_init), (gst_spectrum_dispose),
(gst_spectrum_set_property), (gst_spectrum_chain):
* gst/spectrum/gstspectrum.h:
Initial port of the spectrum element
2006-05-20 22:42:15 +00:00
..
.gitignore Initial revision 2001-12-22 23:26:33 +00:00
demo-osssrc.c Initial port of the spectrum element 2006-05-20 22:42:15 +00:00
fix_fft.c Initial port of the spectrum element 2006-05-20 22:42:15 +00:00
gstspectrum.c Initial port of the spectrum element 2006-05-20 22:42:15 +00:00
gstspectrum.h Initial port of the spectrum element 2006-05-20 22:42:15 +00:00
Makefile.am gst/spectrum/: Fix demo and reenable it. Yes, I'm currently playing with audio analysis tools 2004-10-22 20:09:55 +00:00
README Initial revision 2001-12-22 23:26:33 +00:00
spectrum.vcproj more working plugins 2004-07-27 21:41:30 +00:00

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.