from local
This commit is contained in:
parent
2d74329d83
commit
900ce1ec29
Binary file not shown.
@ -82,6 +82,7 @@ def prepare_vox(
|
||||
part_file_names = sorted(glob.glob(str(part_path)+'/*.wav'))
|
||||
part_file_names = [name.split('/')[-1].replace('.wav', '') for name in part_file_names]
|
||||
txt_path = os.path.join(corpus_dir, f"../{spk_id}/texts")
|
||||
print(txt_path)
|
||||
futures = []
|
||||
|
||||
for trans_path in tqdm(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user