install
来自「语音处理平台 可以分析语音能量 第一振峰频率等数据」· 代码 · 共 52 行
TXT
52 行
Building shorten================There is no configuration file for this package, just type make to get asingle executable called "shorten". The default C compiler is set tocc with optimisation -O. Please choose as you like - for example: make CC=gcc CFLAGS="-O3 -funroll-loops"Testing shorten===============A quick test may be performed with: make testInstalling shorten==================For a standard system: make installwill place shorten in /usr/local/bin and shorten.1 in /usr/local/man/man1.The make variables prefix and maxext can be set for non-standardenvironments, for example: make prefix=$HOME maxext=lOther documentation===================A more readable version of the UNIX man page is contained in shorten.man.A technical report on shorten is included as tr156.tex and tr156.ps.Current bugs============There are no known problems with this code.The MSDOS version lacks the automatic generation of filenames, this isnot a bug a `feature' due to the 8.3 naming convention of MSDOS. If youknow of a good workaround please tell me.If you have any problems, please tell me and I'll do my best to fix them.Tony Robinsonajr@softsound.com
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?