gstreamer/gst/monoscope
2013-04-26 12:16:49 +02:00
..
.gitignore
convolve.c Fix FSF address 2012-11-04 00:07:18 +00: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 gst: Add better support for static plugins 2013-04-15 15:54:11 +02:00
monoscope.c monoscope: don't leak the monoscope_state data 2011-03-02 13:01:45 +02:00
monoscope.h
README

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