gstreamer/gst/level
Andy Wingo cca77e215b a hack to work around intltool's brokenness a current check for mpeg2dec details->klass reorganizations an element br...
Original commit message from CVS:
* a hack to work around intltool's brokenness
* a current check for mpeg2dec
* details->klass reorganizations
* an element browser that uses details->klass
* separated cdxa parse out from the avi directory
2002-04-20 21:42:51 +00:00
..
filter.func Initial revision 2001-12-22 23:27:31 +00:00
gstlevel.c a hack to work around intltool's brokenness a current check for mpeg2dec details->klass reorganizations an element br... 2002-04-20 21:42:51 +00:00
gstlevel.h s/Gnome-Streamer/GStreamer/ 2002-03-20 21:45:03 +00:00
Makefile.am removal of //-style comments don't link plugins to core libs -- the versioning is done internally to the plugins with... 2002-03-19 04:10:05 +00:00
README Initial revision 2001-12-22 23:27:31 +00:00

level plugin by thomas <thomas@apestaart.org>

basic level indicator; prints out RMS values averaged over the buffer of
one iteration.  Insert this into an audio/raw chain.

You can plot the level envelope of the track using gnuplot, example :

tools/gstreamer-launch disksrc location=foo.wav ! parsewav ! level ! \
  fakesink silent=true > foo.level
graph -T gif foo.level > foo.gif
xview dark.gif