mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
6 lines
165 B
Bash
6 lines
165 B
Bash
for dest in "test-clean" "test-other"; do
|
|
for spk in $dl_dir/$dest/*; do
|
|
spk_id=${spk#*$dest\/}
|
|
echo $spk_id
|
|
./pseudo.sh $spk_id
|