mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
0f1d754932
Original commit message from CVS: s/@GST_PLUGIN_LDFLAGS@/$(GST_PLUGIN_LDFLAGS)/ @-substitued variables variables are defined as make variables automagically, and this gives the user the freedom to say make GST_PLUGIN_LDFLAGS=-myflag |
||
---|---|---|
.. | ||
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