Hi,
I would like to know why Kaldi developer consider to use speed option instead of tempo -s in SoX to do speed perturbation.
For example,
tempo option:
sox -t wav input.wav -t wav output.tempo0.9.wav tempo -s 0.9
speed option:
sox -t wav input.wav -t wav output.speed0.9.wav speed 0.9
If we use speed option like above, the pitch of audio also will be changed, but the tempo option does not change the pitch.
I tried to use smaller factor value like 0.5 or 0.6 to see the different between speed and tempo option.
Maybe do you have any consideration why we should use speed instead of tempo option.
Thanks,
Alim