PlayVoice / whisper-vits-svc

Core Engine of Singing Voice Conversion & Singing Voice Clone

Home Page:https://huggingface.co/spaces/maxmax20160403/sovits5.0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question about pitch(f0) hop_length

Gabibing opened this issue · comments

First, I would like to express my gratitude to everyone who has contributed to maintaining such a wonderful repository.

While reviewing the code, I noticed that two files require different hop_length values.
in prepare/preprocess_crepe.py, it is set to 160,
but in vits/data_utils.py, it is set to 320.
Is this a bug, or is there a process in place to reconcile these differences?

prepare/preprocess_crepe.py use 16kHz wave
vits/data_utils.py, use 32kHz wave

I see. Thank you for the answer.