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

0001 <?xml version="1.0"?>
0002 <!DOCTYPE kpartgui>
0003 <effect tag="rbpitch" id="rboctaveshift" type="audio">
0004     <name>Rubberband Octave Shift</name>
0005     <description>Adjust the audio pitch using the Rubberband library.</description>
0006     <author>Meltytech, LLC</author>
0007     <parameter type="constant" name="octaveshift" max="3.3" min="-3.3" default="0" decimals="1">
0008         <name>Octave Shift</name>
0009         <comment>The octave shift. This is the octave shift of the source frequency. For example, a shift of +1 would double the frequency; -1 would halve the frequency and 0 would leave the pitch unaffected. To put this in frequency terms, a frequency shift f (where f greater than one for upwards shift and less than one for downwards) is: o = log(f) / log(2). Ignored if pitchscale is set.</comment>
0010     </parameter>
0011     <parameter type="bool" name="stretch" default="0">
0012         <name>Stretch</name>
0013         <comment>Stretch the audio to fill the requested samples. This option will have no effect if the requested sample size is the same as the received sample size.</comment>
0014     </parameter>
0015     <parameter type="constant" name="latency" max="2000" min="0" default="0" suffix="ms">
0016         <name>Latency</name>
0017         <comment>The amount of delay for each sample from the input to the output.</comment>
0018     </parameter>
0019 </effect>