diff --git a/Software/Application/Sox/Sox_音频转换.md b/Software/Application/Sox/Sox_音频转换.md new file mode 100644 index 0000000..b14ccf2 --- /dev/null +++ b/Software/Application/Sox/Sox_音频转换.md @@ -0,0 +1,19 @@ +# Sox 音频转换 + +## 安装 + + sudo apt-get install sox + +## 使用 + +播放音频文件 + + play + +转为 24 位分辨率 + + sox -b 24 + +修改采样率 + + sox -r 16000