from local

This commit is contained in:
dohe0342 2023-03-30 20:16:55 +09:00
parent 36a263788e
commit f02ffc0b95
2 changed files with 2 additions and 1 deletions

Binary file not shown.

View File

@ -1,7 +1,8 @@
#Dl_dir=/DB/LibriSpeech_tar/vox #Dl_dir=/DB/LibriSpeech_tar/vox
dl_dir=/home/work/workspace/LibriSpeech/vox dl_dir=/home/work/workspace/LibriSpeech/vox
for dest in "test-clean" "test-other"; do #for dest in "test-clean" "test-other"; do
for dest in "test-other"; do
for spk in $dl_dir/$dest/*; do for spk in $dl_dir/$dest/*; do
spk_id=${spk#*$dest\/} spk_id=${spk#*$dest\/}
echo $spk_id echo $spk_id