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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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)