from local

This commit is contained in:
dohe0342 2023-01-27 17:01:38 +09:00
parent 6308dc306d
commit cf13416de3
2 changed files with 2 additions and 1 deletions

View File

@ -75,7 +75,8 @@ def prepare_vox(
continue
recordings = []
supervisions = []
part_path = Path(os.path.join(corpus_dir, "wavs", part))
#part_path = Path(os.path.join(corpus_dir, "wavs", part))
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")
futures = []