![]() |
![]() |
![]() |
GStreamer Good Plugins 0.10 Plugins Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Properties |
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.
1 2 3 |
gst-launch filesrc location=filename.ext ! decodebin ! audioconvert \ ! rgvolume pre-amp=6.0 headroom=10.0 ! rglimiter \ ! audioconvert ! audioresample ! alsasink |
plugin |
replaygain |
author |
René Stadler <mail@renestadler.de> |
class |
Filter/Effect/Audio |
name |
sink |
direction |
sink |
presence |
always |
details |
audio/x-raw-float, width=(int)32, channels=(int)[ 1, 2147483647 ], rate=(int)[ 1, 2147483647 ], endianness=(int)1234 |
name |
src |
direction |
source |
presence |
always |
details |
audio/x-raw-float, width=(int)32, channels=(int)[ 1, 2147483647 ], rate=(int)[ 1, 2147483647 ], endianness=(int)1234 |