Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Feb 16, 2023
1 parent 7156b55 commit 2a2c746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asr_nl/kaldi_recog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ for inputfile in "$inputdir"/*; do

case "$topic" in
"GN"|"OH"|"PR"|"BD")
./decode_$topic.sh "$scratchdir/${file_id}.wav" "$target_dir" || fatalerror "Decoding failed ($topic)"
./"decode_$topic.sh" "$scratchdir/${file_id}.wav" "$target_dir" || fatalerror "Decoding failed ($topic)"
;;
*)
fatalerror "Unknown topic ($topic)"
Expand Down

0 comments on commit 2a2c746

Please sign in to comment.