gstreamer/gst/monoscope
Tim-Philipp Müller ecc16f3e31 gst/monoscope/: Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS (but no LIBS, since we only use define...
Original commit message from CVS:
* gst/monoscope/Makefile.am:
* gst/monoscope/gstmonoscope.c:
Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
(but no LIBS, since we only use defines from the headers).
2007-02-12 23:35:16 +00:00
..
.gitignore I'm too lazy to comment this 2002-03-02 12:36:07 +00:00
convolve.c expand tabs 2005-12-06 19:44:58 +00:00
convolve.h expand tabs 2005-12-06 19:44:58 +00:00
gstmonoscope.c gst/monoscope/: Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS (but no LIBS, since we only use define... 2007-02-12 23:35:16 +00:00
gstmonoscope.h Port monoscope visualisation to 0.10. 2006-07-03 20:35:45 +00:00
Makefile.am gst/monoscope/: Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS (but no LIBS, since we only use define... 2007-02-12 23:35:16 +00:00
monoscope.c fix licensing of monoscope 2004-12-07 17:22:19 +00:00
monoscope.h *.h: Revert indenting 2004-03-15 16:32:54 +00:00
README fix licensing of monoscope 2004-12-07 17:22:19 +00:00

This is a visualization based on on the monoscope output plugin from
alsaplayer.

The monoscope convolution matching code was written by Ralph Loader.

The monoscope.c and monoscope.h files are under the BSD license (without advertising clause). 

This implementation is taken from alsaplayer version 0.99.54, at
http://www.alsaplayer.org/

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).