gstreamer/gst/monoscope
Thomas Vander Stichele 7593b38a57 fix build and use of GST_LIBS
Original commit message from CVS:
fix build and use of GST_LIBS
2005-09-23 04:23:00 +00:00
..
.gitignore I'm too lazy to comment this 2002-03-02 12:36:07 +00:00
convolve.c fix licensing information for monoscope plugin 2004-12-07 10:32:11 +00:00
convolve.h fix licensing information for monoscope plugin 2004-12-07 10:32:11 +00:00
gstmonoscope.c add docs to build 2005-09-01 17:55:14 +00:00
Makefile.am fix build and use of GST_LIBS 2005-09-23 04:23:00 +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).