shntest

来自「语音处理平台 可以分析语音能量 第一振峰频率等数据」· 代码 · 共 55 行

TXT
55
字号
#!/bin/sh -exif [ $HOME != c:/ ]; then  PATH=.:$PATHelse  PATH=".;/bin"fishorten -x mvs_s16.shn tmp.s16shorten -v 1 -t s16hl	tmp.s16 - | cmp - mvs_s16.shnshorten -a2 -t s16	tmp.s16 - | shorten -x | cmp - tmp.s16shorten -a1024 -t s16x 	tmp.s16 - | shorten -x | cmp - tmp.s16shorten -b1024 -t u16	tmp.s16 - | shorten -x | cmp - tmp.s16shorten -b 4   -t u16x	tmp.s16 - | shorten -x | cmp - tmp.s16shorten -m 0   -t s16hl	tmp.s16 - | shorten -x | cmp - tmp.s16shorten -m 32  -t s16hl	tmp.s16 - | shorten -x | cmp - tmp.s16shorten -v 0   -t s16hl	tmp.s16 - | shorten -x | cmp - tmp.s16shorten -v 1   -t s16hl	tmp.s16 - | shorten -x | cmp - tmp.s16shorten -v 2   -t s16hl	tmp.s16 - | shorten -x | cmp - tmp.s16shorten -p1    -t s16hl	tmp.s16 - | shorten -x | cmp - tmp.s16shorten -p16   -t s16hl	tmp.s16 - | shorten -x | cmp - tmp.s16shorten -p16 -v2 -ts16hl tmp.s16 -| shorten -x | cmp - tmp.s16shorten -tulaw		tmp.s16 - | shorten -x | cmp - tmp.s16shorten -talaw		tmp.s16 - | shorten -x | cmp - tmp.s16shorten -ts8		tmp.s16 - | shorten -x | cmp - tmp.s16shorten -tu8		tmp.s16 - | shorten -x | cmp - tmp.s16shorten -ts16		tmp.s16 - | shorten -x | cmp - tmp.s16shorten -tu16		tmp.s16 - | shorten -x | cmp - tmp.s16shorten -tu16x		tmp.s16 - | shorten -x | cmp - tmp.s16shorten -ts16hl		tmp.s16 - | shorten -x | cmp - tmp.s16shorten -tu16hl		tmp.s16 - | shorten -x | cmp - tmp.s16shorten -ts16lh		tmp.s16 - | shorten -x | cmp - tmp.s16shorten -tu16lh		tmp.s16 - | shorten -x | cmp - tmp.s16shorten -c2 -tulaw	tmp.s16 - | shorten -x | cmp - tmp.s16shorten -c2 -talaw	tmp.s16 - | shorten -x | cmp - tmp.s16shorten -a340 -c16	tmp.s16 - | shorten -x | cmp - tmp.s16shorten -c2 -p4 -tu16 -b5 tmp.s16 - | shorten -x | cmp - tmp.s16shorten -v2 -t ulaw 	tmp.s16 - | shorten -x | cmp - tmp.s16shorten -v2 -t alaw 	tmp.s16 - | shorten -x | cmp - tmp.s16shorten -q3 -ts16hl	tmp.s16 tmp_s16.shnshorten -x tmp_s16.shn - 	| shorten     -ts16hl | cmp - tmp_s16.shnshorten -x tmp_s16.shn - 	| shorten -q3 -ts16hl | cmp - tmp_s16.shnrm tmp_s16.shnshorten -r3 -ts16hl tmp.s16 tmp_s16.shnrm tmp_s16.shnif [ $HOME != c:/ ]; then  shorten tmp.s16  shorten -x tmp.s16.shnfirm tmp.s16exit 0

⌨️ 快捷键说明

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