spectrascope

spectrascope — Simple frequency spectrum scope

Synopsis

                    GstSpectraScope;

Object Hierarchy

  GObject
   +----GstObject
         +----GstElement
               +----GstBaseAudioVisualizer
                     +----GstSpectraScope

Description

Spectrascope is a simple spectrum visualisation element. It renders the frequency spectrum as a series of bars.

Example launch line

gst-launch audiotestsrc ! audioconvert ! spectrascope ! ximagesink

Details

GstSpectraScope

typedef struct _GstSpectraScope GstSpectraScope;

See Also

goom