equalizer-3bands

equalizer-3bands — Direct Form 3 band IIR equalizer

Synopsis

struct              GstIirEqualizer3Bands;

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----GstObject
               +----GstElement
                     +----GstBaseTransform
                           +----GstAudioFilter
                                 +----GstIirEqualizer
                                       +----GstIirEqualizer3Bands

Implemented Interfaces

GstIirEqualizer3Bands implements GstChildProxy and GstPreset.

Properties

  "band0"                    gdouble               : Read / Write
  "band1"                    gdouble               : Read / Write
  "band2"                    gdouble               : Read / Write

Description

The 3-band equalizer element allows to change the gain of a low frequency, medium frequency and high frequency band.

Example launch line

1
2
3
4