gstreamer/gst/monoscope
Brian Cameron 1c7d5ad0d8 Updated autogen.sh/configure.ac and various Makefiles to make the configure script set up all gcc specific compiler a...
Original commit message from CVS:
Updated autogen.sh/configure.ac and various Makefiles to make the
configure script set up all gcc specific compiler arguments, rather
than hardcoding them in the Makefile.am files
2003-05-21 15:16:49 +00:00
..
.gitignore I'm too lazy to comment this 2002-03-02 12:36:07 +00:00
convolve.c I'm too lazy to comment this 2002-03-02 12:36:07 +00:00
convolve.h I'm too lazy to comment this 2002-03-02 12:36:07 +00:00
gstmonoscope.c Change %lld, %llu to G_G[U]INT64_FORMAT globally. Fix bad pointer->integer conversion. 2003-02-02 05:26:29 +00:00
Makefile.am Updated autogen.sh/configure.ac and various Makefiles to make the configure script set up all gcc specific compiler a... 2003-05-21 15:16:49 +00:00
monoscope.c Remove static structures: you can now have multiple monoscopes, and they'll actually display different things. :) 2002-03-08 16:43:08 +00:00
monoscope.h Fix several C++ style comments. 2002-03-08 16:59:38 +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).