gstreamer/gst/synaesthesia
Benjamin Otte e7ac0652b0 fixed rest of warning for gcc 3 in /gst.
Original commit message from CVS:
fixed rest of warning for gcc 3 in /gst.
fixed some Makefiles: s/-m486/-mcpu=i486/
disabled mpegaudioparse plugin. What good is this rotten code for anyway?
2002-04-06 14:51:03 +00:00
..
.gitignore Initial revision 2001-12-22 23:26:48 +00:00
gstsynaesthesia.c filter newlines out of GST_DEBUG statements to reflect new core behavior fixes to adder's caps, again 2002-03-24 22:07:03 +00:00
Makefile.am removal of //-style comments don't link plugins to core libs -- the versioning is done internally to the plugins with... 2002-03-19 04:10:05 +00:00
README Add a little todo note. 2002-03-01 15:21:10 +00:00
README-syna Initial revision 2001-12-22 23:26:48 +00:00
synaescope.c fixed rest of warning for gcc 3 in /gst. 2002-04-06 14:51:03 +00:00
synaescope.h Initial rough version of new synaesthesia plugin. 2002-03-01 14:31:12 +00:00

This is a visualization based on on synaesthesia. (see README-syna).

This implementation is taken from alsaplayer: http://www.alsaplayer.org/ It
is based on synaesthesia version 1.3 (or maybe 1.4, I'm not entirely
certain), with some modifications by Richard Boulton to try and ensure that
something interesting is displayed for both very quiet and very loud music.

Note: only one instance of this plugin may be created at a time: it has a
lot of static data.  This should be fixed (and it shouldn't be hard to do
so, either).