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

0001 <?xml version="1.0"?>
0002 <!DOCTYPE kpartgui>
0003 <effect tag="avfilter.compensationdelay" id="avfilter.compensationdelay" type="audio">
0004     <name>Compensation Delay</name>
0005     <description>Compensation Delay Line is a metric based delay to compensate differing positions of microphones or speakers.
0006 For example, you have recorded guitar with two microphones placed in different locations. Because the front of sound wave has fixed speed in normal conditions, the phasing of microphones can vary and depends on their location and interposition. The best sound mix can be achieved when these microphones are in phase (synchronized). Note that a distance of ~30 cm between microphones makes one microphone capture the signal in antiphase to the other microphone. That makes the final mix sound moody. This filter helps to solve phasing problems by adding different delays to each microphone track and make them synchronized.
0007 
0008 The best result can be reached when you take one track as base and synchronize other tracks one by one with it. Remember that synchronization/delay tolerance depends on sample rate, too. Higher sample rates will give more tolerance. </description>
0009     <author>libavfilter</author>
0010     <parameter type="constant" name="av.mm" default="0" min="0" max="10" suffix="mm">
0011         <name>Millimiter distance</name>
0012         <comment>Set millimeters distance. This is compensation distance for fine tuning.</comment>
0013     </parameter>
0014     <parameter type="constant" name="av.cm" default="0" min="0" max="100" suffix="cm">
0015         <name>Centimeter distance</name>
0016         <comment>Set cm distance. This is compensation distance for tightening distance setup.</comment>
0017     </parameter>
0018     <parameter type="constant" name="av.m" default="0" min="0" max="100" suffix="m">
0019         <name>Meter distance</name>
0020         <comment>Set meters distance. This is compensation distance for hard distance setup.</comment>
0021     </parameter>
0022     <parameter type="constant" name="av.dry" default="0" min="0" max="1" decimals="3">
0023         <name>Dry amount</name>
0024         <comment>Set dry amount. Amount of unprocessed (dry) signal.</comment>
0025     </parameter>
0026     <parameter type="constant" name="av.wet" default="1" min="0" max="1" decimals="3">
0027         <name>Wet amount</name>
0028         <comment>Set wet amount. Amount of processed (wet) signal.</comment>
0029     </parameter>
0030     <parameter type="constant" name="av.temp" default="20" min="-50" max="50" suffix="°C">
0031         <name>Temperature</name>
0032         <comment>Set temperature in degrees Celsius. This is the temperature of the environment.</comment>
0033     </parameter>
0034 </effect>