gstreamer/gst/level
Wim Taymans 97454065ce Bring the plugins in sync with the new core capsnego system.
Original commit message from CVS:
Bring the plugins in sync with the new core capsnego system.
Added some features, enhancements...
2002-01-13 22:27:25 +00:00
..
filter.func Initial revision 2001-12-22 23:27:31 +00:00
gstlevel.c Bring the plugins in sync with the new core capsnego system. 2002-01-13 22:27:25 +00:00
gstlevel.h Initial revision 2001-12-22 23:27:31 +00:00
Makefile.am s/filter/plugin/ link plugins to GST_LIBS rearrange rules to a common format 2002-01-12 03:34:26 +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