summaryrefslogtreecommitdiffstats
path: root/docs/plugins/gst-plugins-good-plugins.args
diff options
context:
space:
mode:
Diffstat (limited to 'docs/plugins/gst-plugins-good-plugins.args')
-rw-r--r--docs/plugins/gst-plugins-good-plugins.args40
1 files changed, 40 insertions, 0 deletions
diff --git a/docs/plugins/gst-plugins-good-plugins.args b/docs/plugins/gst-plugins-good-plugins.args
index 19537ee2..0486e22f 100644
--- a/docs/plugins/gst-plugins-good-plugins.args
+++ b/docs/plugins/gst-plugins-good-plugins.args
@@ -16668,3 +16668,43 @@
<DEFAULT>Normal Clipping (default)</DEFAULT>
</ARG>
+<ARG>
+<NAME>GstAudioDynamic::characteristics</NAME>
+<TYPE>GstAudioDynamicCharacteristics</TYPE>
+<RANGE></RANGE>
+<FLAGS>rw</FLAGS>
+<NICK>Characteristics</NICK>
+<BLURB>Selects whether the ratio should be applied smooth (soft-knee) or hard (hard-knee).</BLURB>
+<DEFAULT>Hard Knee (default)</DEFAULT>
+</ARG>
+
+<ARG>
+<NAME>GstAudioDynamic::mode</NAME>
+<TYPE>GstAudioDynamicMode</TYPE>
+<RANGE></RANGE>
+<FLAGS>rw</FLAGS>
+<NICK>Mode</NICK>
+<BLURB>Selects whether the filter should work on loud samples (compressor) orquiet samples (expander).</BLURB>
+<DEFAULT>Compressor (default)</DEFAULT>
+</ARG>
+
+<ARG>
+<NAME>GstAudioDynamic::ratio</NAME>
+<TYPE>gfloat</TYPE>
+<RANGE>[0,inf]</RANGE>
+<FLAGS>rw</FLAGS>
+<NICK>Ratio</NICK>
+<BLURB>Ratio that should be applied.</BLURB>
+<DEFAULT>1</DEFAULT>
+</ARG>
+
+<ARG>
+<NAME>GstAudioDynamic::threshold</NAME>
+<TYPE>gfloat</TYPE>
+<RANGE>[0,1]</RANGE>
+<FLAGS>rw</FLAGS>
+<NICK>Threshold</NICK>
+<BLURB>Threshold until the filter is activated.</BLURB>
+<DEFAULT>0</DEFAULT>
+</ARG>
+