summaryrefslogtreecommitdiffstats
path: root/gst/level/README
blob: c7dbf4cac29b4e5472b1d08f9e20ef272552cce3 (plain)
1
2
3
4
5
6
7
8
9
10
11
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