nvurecord.sh
来自「speech signal process tools」· Shell 代码 · 共 37 行
SH
37 行
#!/bin/sh# $1 = kill signal# $2 = window title# $3 = program name# $4 = extra args (e.g., channel)#set -xmenu_file=.wvtmp$$.WMcomm_file=.wvtmp$$.WCspeech_file=sp\$\$.sdsignal=$1shifttitle=$1shiftprogram=$1echo " \"Start Recording\" shell $* -P -s100 -S $speech_file & echo \$! > w_record_pid" > $menu_fileecho "\"Stop Recording\" shell kill -$signal \`cat w_record_pid\`; rm w_record_pid" >> $menu_fileecho "enable_server" > $comm_fileecho "make_panel name $program file $menu_file icon_title $program title \"$title\" " >> $comm_fileecho "shell rm -f $menu_file $comm_file" >> $comm_filesend_xwaves @$comm_file# @(#)nvurecord.sh 1.4 7/6/93 ERL
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?