Update 2-get-hubert-wav32k.py

This commit is contained in:
RVC-Boss 2024-01-18 20:23:04 +08:00 committed by GitHub
parent 230bf5bae6
commit 4850930499
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -56,8 +56,7 @@ else:
def name2go(wav_name):
hubert_path="%s/%s.pt"%(hubert_dir,wav_name)
if(os.path.exists(hubert_path)):return
if(inp_wav_dir!=""):
wav_path="%s/%s"%(inp_wav_dir,wav_name)
wav_path="%s/%s"%(inp_wav_dir,wav_name)
tmp_audio = load_audio(wav_path, 32000)
tmp_max = np.abs(tmp_audio).max()
if tmp_max > 2.2: