📄 dotimit
字号:
#! /bin/sh# @(#)dotimit 1.5 12/1/92 ERL# first we bring up label (getting rid of existing signal)rm -f $demo_temp/timitcomif test `mach_type` = HP400then#sleep command confuses communications on hp400cat > $demo_temp/timitcom << ZAPPER1killdetachattach function xlabelZAPPER1elsecat > $demo_temp/timitcom << ZAPPER1killsleep seconds .2detachsleep seconds .2attach function xlabelZAPPER1fisend_xwaves @timitcom# convert the labels from SPHERE to waves+ formatsleep 1rm -f $demo_temp/phonemes.w $demo_temp/words.wcnvlab -s 16000 files/$1.phn $demo_temp/phonemes.wcnvlab -s 16000 files/$1.wrd $demo_temp/words.w# put up the displaysrm -f $demo_temp/timitcomif test `mach_type` = HP400then#sleep command confuses communications on hp400cat > $demo_temp/timitcom << ZAPPER2make name timit file files/$1.wav loc_x 1 loc_y 225send make name timit file $demo_temp/phonemes.wsend make name timit file $demo_temp/words.wZAPPER2elsecat > $demo_temp/timitcom << ZAPPER2make name timit file files/$1.wav loc_x 1 loc_y 225sleep seconds .2send make name timit file $demo_temp/phonemes.wsleep seconds .2send make name timit file $demo_temp/words.wZAPPER2fisend_xwaves @timitcom
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -