dosound

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

TXT
32
字号
#! /bin/sh# display new sound waveform and spectrogram# @(#)dosound	1.7 1/18/93 ERLdemo_temp=`cat $HOME/.demo_temp`sdfile=files/audio/$1.sdspecfile=$demo_temp/$1.fspecsend_xwaves kill sleep 1 send_xwaves make name sounds file $sdfile loc_x 0 loc_y 510 height 160sleep 1# tell xspectrum to generate FFTsend_xwaves send make name sounds file $sdfile time .05play -q $sdfilesleep 1echo "Computing spectrogram..."send_xwaves sounds spectrogram file $sdfile type wideband loc_x 465 loc_y 207 start 0 end 1.0

⌨️ 快捷键说明

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