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

0001 <?xml version="1.0"?>
0002 <!DOCTYPE kpartgui>
0003 <effect tag="avfilter.crossfeed" id="avfilter.crossfeed" type="audio">
0004     <name>Crossfeed</name>
0005     <description>Apply headphone crossfeed filter.
0006 Crossfeed is the process of blending the left and right channels of stereo audio recording. It is mainly used to reduce extreme stereo separation of low frequencies.
0007 The intent is to produce more speaker like sound to the listener.</description>
0008     <author>libavfilter</author>
0009     <parameter type="constant" name="av.strength" default="0.2" min="0" max="1" decimals="3">
0010         <name>Strength</name>
0011         <comment>Set strength of crossfeed.
0012 Default is 0.2. Allowed range is from 0 to 1. This sets gain of low shelf filter for side part of stereo image.
0013 Default is -6dB. Max allowed is -30db when strength is set to 1.</comment>
0014     </parameter>
0015     <parameter type="constant" name="av.range" default="0.5" min="0.01" max="1" decimals="3">
0016         <name>Range</name>
0017         <comment>Set soundstage wideness.
0018 Default is 0.5. Allowed range is from 0 to 1. This sets cut off frequency of low shelf filter.
0019 Default is cut off near 1550 Hz. With range set to 1 cut off frequency is set to 2100 Hz. </comment>
0020     </parameter>
0021     <parameter type="constant" name="av.level_in" default="0.9" min="0" max="1" decimals="3">
0022         <name>Input gain</name>
0023     </parameter>
0024     <parameter type="constant" name="av.level_out" default="1" min="0" max="1" decimals="3">
0025         <name>Output gain</name>
0026     </parameter>
0027 </effect>