from local

This commit is contained in:
dohe0342 2023-01-27 17:22:58 +09:00
parent 076cf3b537
commit 2c359de5c9
3 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@ def prepare_vox(
part_path = Path(os.path.join(corpus_dir, part))
part_file_names = list(map(lambda x: x.strip('.wav'),os.listdir(part_path)))
txt_path = os.path.join(corpus_dir, "texts")
print(part_path)
print(txt_path)
futures = []