wavescope

Wavescope is a simple audio visualisation element. It renders the waveforms like on an oscilloscope.

Example launch line

 gst-launch-1.0 audiotestsrc ! audioconvert ! wavescope ! ximagesink

Hierarchy

GObject
    ╰──GInitiallyUnowned
        ╰──GstObject
            ╰──GstElement
                ╰──GstAudioVisualizer
                    ╰──wavescope

Factory details

Authors: – Stefan Kost

Classification:Visualization

Rank – none

Plugin – gstaudiovisualizers

Package – GStreamer Bad Plug-ins

Pad Templates

sink

audio/x-raw:
         format: S16LE
         layout: interleaved
           rate: [ 8000, 96000 ]
       channels: 2
   channel-mask: 0x0000000000000003

Presencealways

Directionsink

Object typeGstPad


src

video/x-raw:
         format: BGRx
          width: [ 1, 2147483647 ]
         height: [ 1, 2147483647 ]
      framerate: [ 0/1, 2147483647/1 ]

Presencealways

Directionsrc

Object typeGstPad


Properties

shade-amount

“shade-amount” guint

Shading color to use (big-endian ARGB)

Flags : Read / Write

Default value : 657930


shader

“shader” GstAudioVisualizerShader *

Shader function to apply on each frame

Flags : Read / Write

Default value : fade (1)


style

“style” GstWaveScopeStyle *

Drawing styles for the wave form display.

Flags : Read / Write / Construct

Default value : dots (0)


Named constants

GstWaveScopeStyle

Members

dots (0) – draw dots (default)
lines (1) – draw lines
color-dots (2) – draw color dots
color-lines (3) – draw color lines

The results of the search are