audioinvert

audioinvert — Swaps upper and lower half of audio samples

Synopsis

struct              GstAudioInvert;

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----GstObject
               +----GstElement
                     +----GstBaseTransform
                           +----GstAudioFilter
                                 +----GstAudioInvert

Properties

  "degree"                   gfloat                : Read / Write

Description

Swaps upper and lower half of audio samples. Mixing an inverted sample on top of the original with a slight delay can produce effects that sound like resonance. Creating a stereo sample from a mono source, with one channel inverted produces wide-stereo sounds.

Example launch line

1
2
3
4
5
6