mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
from local
This commit is contained in:
parent
3bc63893f4
commit
779530d5ba
Binary file not shown.
@ -82,7 +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]
|
||||
spk_idx = spk_id.split('_')[1]
|
||||
txt_path = os.path.join(corpus_dir, f"../{spk_id}_texts")
|
||||
txt_path = os.path.join(corpus_dir, f"../{spk_idx}_texts")
|
||||
print(txt_path)
|
||||
futures = []
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user