biggytruck/SpeechSplit2

Where is VTLP function?

Closed this issue · 1 comments

Dear biggytruck,

Thanks for the good paper and source code. I am currently trying to replicate your SpeechSplit 2 model. As a result of checking the paper, the main differences from SpeechSplit 1 are PS(pitch smoother) and VTLP(vocal tract length perturbation).
In the case of PS, it seems to be done through the average_f0s function and pyworld library in the preprocessing stage, but unfortunately I couldn't find which part is responsible for VTLP. Could you please tell me where is that area in the source code?

Best regards,

Heejo

Sorry, I found at utils.py. Thanks.