gstreamer/ext/smoothwave
Andy Wingo 0dc999da00 s/@GST_PLUGIN_LDFLAGS@/$(GST_PLUGIN_LDFLAGS)/ @-substitued variables variables are defined as make variables automagi...
Original commit message from CVS:
s/@GST_PLUGIN_LDFLAGS@/$(GST_PLUGIN_LDFLAGS)/

@-substitued variables variables are defined as make variables automagically,
and this gives the user the freedom to say make GST_PLUGIN_LDFLAGS=-myflag
2002-03-19 01:39:43 +00:00
..
demo-osssrc.c wave.c -> demo-osssrc.c this is probably broken, but then so is smoothwave 2002-01-04 21:53:21 +00:00
gstsmoothwave.c smoothwave fixin 2001-12-30 20:10:15 +00:00
gstsmoothwave.h smoothwave fixin 2001-12-30 20:10:15 +00:00
Makefile.am s/@GST_PLUGIN_LDFLAGS@/$(GST_PLUGIN_LDFLAGS)/ @-substitued variables variables are defined as make variables automagi... 2002-03-19 01:39:43 +00:00
README smoothwave fixin 2001-12-30 20:10:15 +00:00

This is a home-grown visualization, with a couple lines of code copied
from synaesthesia.  It draws the waveform in the bitmap, then fades out
the entire bitmap so older waveforms disappear.  It looks OK, but it's
grayscale so far (haven't solved the cmap problems, note all the commented
out code).  I'm going to try to make a much better version as time goes
on.