Home
last modified time | relevance | path

Searched refs:pitch_correction (Results 1 – 4 of 4) sorted by relevance

/dports/audio/lv2file/lv2file-0.84-31-gaed7c77/
H A DREADME24 …lv2file -c 1:voice -p pitch_correction:1 -i speechsample.wav -o outfile.wav http://hyperglitch.com…
26 …e "voice" input on the vocproc effect, and tells vocproc to set the "pitch_correction" amount to 1.
/dports/multimedia/mpv/mpv-0.34.1/options/
H A Doptions.h294 int pitch_correction; member
H A Doptions.c556 {"audio-pitch-correction", OPT_FLAG(pitch_correction)},
1024 .pitch_correction = 1,
/dports/multimedia/mpv/mpv-0.34.1/player/
H A Daudio.c62 if (!mpctx->opts->pitch_correction) { in update_speed_filters()