equalizer-10bands

equalizer-10bands — Direct Form 10 band IIR equalizer

Synopsis

struct              GstIirEqualizer10Bands;

Object Hierarchy

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

Implemented Interfaces

GstIirEqualizer10Bands implements GstChildProxy and GstPreset.

Properties

  "band0"                    gdouble               : Read / Write
  "band1"                    gdouble               : Read / Write
  "band2"                    gdouble               : Read / Write
  "band3"                    gdouble               : Read / Write
  "band4"                    gdouble               : Read / Write
  "band5"                    gdouble               : Read / Write
  "band6"                    gdouble               : Read / Write
  "band7"                    gdouble               : Read / Write
  "band8"                    gdouble               : Read / Write
  "band9"                    gdouble               : Read / Write

Description

The 10 band equalizer element allows to change the gain of 10 equally distributed frequency bands between 30 Hz and 15 kHz.

Example launch line

1
2
3
4