From 9ea9183def9974c5144845d3f02bad0d1e26c85e Mon Sep 17 00:00:00 2001 From: lion187 Date: Tue, 16 Apr 2019 13:35:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=BB=BA=E6=96=87=E4=BB=B6=20Software?= =?UTF-8?q?/Application/Sox/Sox=5F=E9=9F=B3=E9=A2=91=E8=BD=AC=E6=8D=A2.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Software/Application/Sox/Sox_音频转换.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Software/Application/Sox/Sox_音频转换.md 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