From 56348c9a3515dcdd2744696ac771aaba94c0fddf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=A3=E7=A7=80=E5=AE=9E?= Date: Wed, 13 Nov 2024 19:59:06 +0800 Subject: [PATCH] timit_data_prep.sh --- examples/timit/s0/local/timit_data_prep.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/timit/s0/local/timit_data_prep.sh b/examples/timit/s0/local/timit_data_prep.sh index 080fa1b942..1bc76f3d48 100755 --- a/examples/timit/s0/local/timit_data_prep.sh +++ b/examples/timit/s0/local/timit_data_prep.sh @@ -43,7 +43,7 @@ if [ ! -d tools/sph2pipe_${sph2pipe_version} ]; then gcc -o sph2pipe *.c -lm cd - fi -sph2pipe=`which sph2pipe` || sph2pipe=`pwd`/tools/sph2pipe_${sph2pipe_version}/sph2pipe +sph2pipe=`which sph2pipe` || sph2pipe=`pwd`/tools/sph2pipe_${sph2pipe_version}/sph2pipe.exe if ! command -v "${sph2pipe}" &> /dev/null; then echo "Could not find (or execute) the sph2pipe program at $sph2pipe"; @@ -178,4 +178,4 @@ for x in train dev test; do fi done -echo "Data preparation succeeded" \ No newline at end of file +echo "Data preparation succeeded"