audioamplify

audioamplify — Amplifies an audio stream by a given factor

Synopsis

struct              GstAudioAmplify;

Object Hierarchy

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

Properties

  "amplification"            gfloat                : Read / Write
  "clipping-method"          GstAudioAmplifyClippingMethod  : Read / Write

Description

Amplifies an audio stream by a given factor and allows the selection of different clipping modes. The difference between the clipping modes is best evaluated by testing.

Example launch line

1
2
3
4
5
6