rglimiter
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
 gst-launch-1.0 filesrc location=filename.ext ! decodebin ! audioconvert \
            ! rgvolume pre-amp=6.0 headroom=10.0 ! rglimiter \
            ! audioconvert ! audioresample ! alsasink
Playback of a file
Hierarchy
GObject ╰──GInitiallyUnowned ╰──GstObject ╰──GstElement ╰──GstBaseTransform ╰──rglimiter
Factory details
Authors: – René Stadler 
Classification: – Filter/Effect/Audio
Rank – none
Plugin – replaygain
Package – GStreamer Good Plug-ins
Pad Templates
sink
        audio/x-raw:
         format: F32LE
         layout: { (string)interleaved, (string)non-interleaved }
       channels: [ 1, 2147483647 ]
           rate: [ 1, 2147483647 ]
src
        audio/x-raw:
         format: F32LE
         layout: { (string)interleaved, (string)non-interleaved }
       channels: [ 1, 2147483647 ]
           rate: [ 1, 2147483647 ]
Properties
The results of the search are