spectrascope
GObject ╰── GstObject ╰── GstElement ╰── GstBaseAudioVisualizer ╰── GstSpectraScope
Spectrascope is a simple spectrum visualisation element. It renders the frequency spectrum as a series of bars.
1
gst-launch audiotestsrc ! audioconvert ! spectrascope ! ximagesink
struct GstSpectraScope;
goom