Warning, /multimedia/kdenlive/data/effects/avfilter/avfilter_compand.xml is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0"?>
0002 <!DOCTYPE kpartgui>
0003 <effect tag="avfilter.compand" id="avfilter.compand" type="audio">
0004     <name>Compressor/Expander</name>
0005     <description>Compress or expand the audio’s dynamic range.</description>
0006     <author>libavfilter</author>
0007     <parameter type="constant" name="av.attacks" default="0" min="0" max="3" decimals="3" suffix="sec">
0008         <name>Attacks</name>
0009         <comment>A list of times in seconds for each channel over which the instantaneous level of the input signal is averaged to determine its volume. attacks refers to increase of volume and decays refers to decrease of volume. For most situations, the attack time (response to the audio getting louder) should be shorter than the decay time, because the human ear is more sensitive to sudden loud audio than sudden soft audio. A typical value for attack is 0.3 seconds and a typical value for decay is 0.8 seconds. If specified number of attacks and decays is lower than number of channels, the last set attack/decay will be used for all remaining channels.</comment>
0010     </parameter>
0011     <parameter type="constant" name="av.decays" default="0.8" min="0" max="3" decimals="3" suffix="sec">
0012         <name>Decays</name>
0013         <comment>A list of times in seconds for each channel over which the instantaneous level of the input signal is averaged to determine its volume. attacks refers to increase of volume and decays refers to decrease of volume. For most situations, the attack time (response to the audio getting louder) should be shorter than the decay time, because the human ear is more sensitive to sudden loud audio than sudden soft audio. A typical value for attack is 0.3 seconds and a typical value for decay is 0.8 seconds. If specified number of attacks and decays is lower than number of channels, the last set attack/decay will be used for all remaining channels.</comment>
0014     </parameter>
0015     <parameter type="constant" name="av.soft-knee" default="0.01" min="0.01" max="90" decimals="2" suffix="dB">
0016         <name>Soft-Knee</name>
0017         <comment>Set the curve radius in dB for all joints.</comment>
0018     </parameter>
0019     <parameter type="constant" name="av.gain" default="0" min="-90" max="90" decimals="2" suffix="dB">
0020         <name>Gain</name>
0021         <comment>Set the additional gain in dB to be applied at all points on the transfer function. This allows for easy adjustment of the overall gain.</comment>
0022     </parameter>
0023     <parameter type="constant" name="av.volume" default="0" min="-90" max="0" decimals="2" suffix="dB">
0024         <name>Initial volume</name>
0025         <comment>et an initial volume, in dB, to be assumed for each channel when filtering starts. This permits the user to supply a nominal level initially, so that, for example, a very large gain is not applied to initial signal levels before the companding has begun to operate. A typical value for audio which is initially quiet is -90 dB.</comment>
0026     </parameter>
0027 </effect>