mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 04:41:16 +00:00
cca77e215b
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 |
||
---|---|---|
.. | ||
filter.func | ||
gstlevel.c | ||
gstlevel.h | ||
Makefile.am | ||
README |
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