Update trainset_preprocess_pipeline_print.py

This commit is contained in:
RVC-Boss
2023-04-22 14:39:17 +00:00
committed by GitHub
parent 4fdb858a02
commit a02ef401ad

View File

@@ -87,6 +87,7 @@ class PreProcess:
idx1 += 1
else:
tmp_audio = audio[start:]
idx1 += 1
break
self.norm_write(tmp_audio, idx0, idx1)
println("%s->Suc." % path)