from local

This commit is contained in:
dohe0342 2023-03-13 14:15:02 +09:00
parent 9495f95bde
commit 9a4c06c44c
3 changed files with 2 additions and 1 deletions

View File

@ -90,7 +90,8 @@ if [ $stage -le 1 ] && [ $stop_stage -ge 1 ]; then
for dest in "test-clean" "test-other"; do
for spk in $dl_dir/$dest/*; do
echo $spk
python local/prepare_vox_text.py $spk
spk_id=${spk#*$dest\/}
python local/prepare_vox_text.py $spk $spk_id
done
done
#touch $dl_dir/vox/.vox.done