monoscope

monoscope — Displays a highly stabilised waveform of audio input

Synopsis

                    GstMonoscope;

Object Hierarchy

  GObject
   +----GstObject
         +----GstElement
               +----GstMonoscope

Description

Monoscope is an audio visualisation element. It creates a coloured curve of the audio signal like on an oscilloscope.

Example launch line

1
gst-launch -v audiotestsrc ! audioconvert ! monoscope ! ffmpegcolorspace ! ximagesink

Details

GstMonoscope

typedef struct _GstMonoscope GstMonoscope;

See Also

goom