vurecord.sh

来自「speech signal process tools」· Shell 代码 · 共 15 行

SH
15
字号
#!/bin/sh# @(#)vurecord.sh	1.6 8/4/93#arguments should be the name of the record program and the channel option and#rat options if any.  #set -xfile=sp$$.sd$* -s10000 | meter $file 2>/tmp/vu$$fgrep -v Virt /tmp/vu$$ | fgrep -v Warnrm -f /tmp/vu$$send_xwaves make file $file

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?