From 837620e14b56ce6115b3800e20c0b548030cb81e Mon Sep 17 00:00:00 2001 From: negier <1208883805@qq.com> Date: Sat, 7 Dec 2019 18:54:26 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4602621..c57cc97 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,4 @@ ## PCM PCM双声道按照“左右 左右 左右 ...”的顺序存储每个采样点两个声道的数据 如不嫌弃,可用我录的[单声道pcm](https://github.com/negier/CommonUtils/tree/master/res/mic_1575543513312.pcm)测试(16bit,44.1kHZ) -- [PCM单声道转立体声](https://github.com/negier/CommonUtils/blob/master/Code/pcm_mono_to_stereo.c)(尤其使用于移动设备,其双声道都是伪立体声) +- [PCM单声道转立体声](https://github.com/negier/CommonUtils/blob/master/Code/pcm_mono_to_stereo.c)(尤其适用于移动设备,因为移动设备录制的双声道都是伪立体声)