📄 dosound
字号:
#! /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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -