equalizer-nbands

equalizer-nbands — Direct Form IIR equalizer

Synopsis

struct              GstIirEqualizerNBands;

Object Hierarchy

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

Implemented Interfaces

GstIirEqualizerNBands implements GstChildProxy and GstPreset.

Properties

  "num-bands"                guint                 : Read / Write / Construct

Description

The n-band equalizer element is a fully parametric equalizer. It allows to select between 1 and 64 bands and has properties on each band to change the center frequency, band width and gain.

Example launch line

1
2
3
4