from local

This commit is contained in:
dohe0342 2023-04-10 17:22:20 +09:00
parent 83f48cd2ba
commit 90f1d6f795
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -7,6 +7,6 @@ for dest in "test-clean" "test-other"; do
for spk in $dl_dir/$dest/*; do
spk_id=${spk#*$dest\/}
echo $spk_id
./run_adapter.sh "$spk_id"_adapter $spk_id $1
./run_adapter.sh "$spk_id"_adapter_10m $spk_id $1
done
done