gstreamer/gst/monoscope
Benjamin Otte f7b65944ee gst/monoscope/gstmonoscope.c: make sure we only provide 256x128
Original commit message from CVS:
* gst/monoscope/gstmonoscope.c:
make sure we only provide 256x128
* gst/monoscope/monoscope.c: (monoscope_init):
assert size of 256x128
2004-04-27 15:59:57 +00:00
..
.gitignore I'm too lazy to comment this 2002-03-02 12:36:07 +00:00
convolve.c don't mix tabs and spaces 2004-03-15 19:32:27 +00:00
convolve.h *.h: Revert indenting 2004-03-15 16:32:54 +00:00
gstmonoscope.c gst/monoscope/gstmonoscope.c: make sure we only provide 256x128 2004-04-27 15:59:57 +00:00
Makefile.am Remove all locally-defined optimization flags 2003-09-11 19:57:59 +00:00
monoscope.c gst/monoscope/gstmonoscope.c: make sure we only provide 256x128 2004-04-27 15:59:57 +00:00
monoscope.h *.h: Revert indenting 2004-03-15 16:32:54 +00:00
README I'm too lazy to comment this 2002-03-02 12:36:07 +00:00

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

The monoscope output plugin was written primarily by Ralph Loader.

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