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

0001 <?xml version="1.0"?>
0002 <!DOCTYPE kpartgui>
0003 <effect tag="avfilter.stereowiden" id="avfilter.stereowiden" type="audio">
0004     <name>Stereo widener</name>
0005     <description>This filter enhance the stereo effect by suppressing signal common to both channels and by delaying the signal of left into right and vice versa, thereby widening the stereo effect.</description>
0006     <author>libavfilter</author>
0007     <parameter type="constant" name="av.delay" default="20" min="1" max="100" suffix="ms">
0008         <name>Delay</name>
0009         <comment>Time in milliseconds of the delay of left signal into right and vice versa.</comment>
0010     </parameter>
0011     <parameter type="constant" name="av.feedback" default="0.3" min="0" max="0.9" decimals="2">
0012         <name>Feedback Gain</name>
0013         <comment>Amount of gain in delayed signal into right and vice versa.
0014 Gives a delay effect of left signal in right output and vice versa which gives widening effect.</comment>
0015     </parameter>
0016     <parameter type="constant" name="av.crossfeed" default="0.3" min="0" max="25" decimals="2">
0017         <name>Cross feed</name>
0018         <comment>Cross feed of left into right with inverted phase. This helps in suppressing the mono.
0019 If the value is 1 it will cancel all the signal common to both channels. </comment>
0020     </parameter>
0021     <parameter type="constant" name="av.drymix" default="0.8" min="0" max="1" decimals="3">
0022         <name>Drymix</name>
0023         <comment>Set level of input signal of original channel.</comment>
0024     </parameter>
0025 </effect>