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

0001 <?xml version="1.0"?>
0002 <!DOCTYPE kpartgui>
0003 <effect tag="rbpitch" id="rbpitch" type="audio">
0004     <name>Rubberband Pitch Scale</name>
0005     <description>Adjust the audio pitch using the Rubberband library.</description>
0006     <author>Meltytech, LLC</author>
0007     <parameter type="constant" name="pitchscale" max="10" min="0.1" default="1.0" decimals="3">
0008         <name>Pitch Scale</name>
0009         <comment>The pitch scaling ratio. This is the ratio of target frequency to source frequency. For example, a ratio of 2.0 would shift up by one octave; 0.5 down by one octave; or 1.0 leave the pitch unaffected. To put this in musical terms, a pitch scaling ratio corresponding to a shift of o octaves (where o is positive for an upwards shift and negative for downwards) is: f = pow(2.0, o). Overrides octaveshift.</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>