OlaWod / FreeVC

FreeVC: Towards High-Quality Text-Free One-Shot Voice Conversion
MIT License
603 stars 111 forks source link

Question about SR,SPK preprocess in 24khz #55

Closed LeMoyenAge closed 1 year ago

LeMoyenAge commented 1 year ago

Should I just use same script as 16k to prerprocess sr, spk pt files?

Or should I change the in dir to vctk-24k and change sr default to 24000?

It would be appreciated if you could give some tip about 24k preprocessing

OlaWod commented 1 year ago

use same script as 16k to prerprocess sr, spk pt files 24k preprocessing: use all 16k preprocess steps, and an additional downsample_24k.py step.

LeMoyenAge commented 1 year ago

Thank you for your kind answer! It realy helpful.