from local

This commit is contained in:
dohe0342 2023-03-13 14:03:38 +09:00
parent 0514b6d4fc
commit 193058e6f3
2 changed files with 1 additions and 0 deletions

View File

@ -89,6 +89,7 @@ if [ $stage -le 1 ] && [ $stop_stage -ge 1 ]; then
#done
for dest in "test-clean" "test-other"; do
for spk in $dl_dir/$dest/*; do
echo $spk
python local/prepare_vox_text.py $spk
done
done