gstreamer/gst/monoscope
Stefan Sauer daea0540fd monoscope: code cleanup
Use constants more often. Cleanup comments and add more to explain how things
work.
2016-02-12 21:01:03 +01:00
..
.gitignore I'm too lazy to comment this 2002-03-02 12:36:07 +00:00
convolve.c monoscope: code cleanup 2016-02-12 21:01:03 +01:00
convolve.h Fix FSF address 2012-11-04 00:07:18 +00:00
gstmonoscope.c monoscope: Fix debug statement 2013-04-26 12:16:49 +02:00
gstmonoscope.h Fix FSF address 2012-11-04 00:07:18 +00:00
Makefile.am Remove obsolete Android build cruft 2015-04-26 17:55:07 +01:00
monoscope.c monoscope: code cleanup 2016-02-12 21:01:03 +01: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).