?? spd2mulaw
字號:
#! /bin/sh# Convert a file of 16 bit linear audio samples into a file with 8 bit# mu-law encoded samples, and a Sun audio file header, so that it can# be played with the command play.audioconvert -F -i rate=8000,channels=1,encoding=linear16,format=raw -f rate=8000,channels=1,encoding=ulaw,format=sun
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -