rglimiter

rglimiter — Apply signal compression to raw audio data

Synopsis

struct              GstRgLimiter;

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----GstObject
               +----GstElement
                     +----GstBaseTransform
                           +----GstRgLimiter

Properties

  "enabled"                  gboolean              : Read / Write

Description

This element applies signal compression/limiting to raw audio data. It performs strict hard limiting with soft-knee characteristics, using a threshold of -6 dB. This type of filter is mentioned in the proposed ReplayGain standard.

Example launch line

1
2
3
4
5
6