新建文件 Software/Application/Sox/Sox_音频转换.md

This commit is contained in:
lion187 2019-04-16 13:35:12 +08:00
parent 06dd812d8a
commit 9ea9183def
1 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,19 @@
# Sox 音频转换
## 安装
sudo apt-get install sox
## 使用
播放音频文件
play <file name>
转为 24 位分辨率
sox <input file> -b 24 <output file>
修改采样率
sox <input file> -r 16000 <output file>