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)(尤其适用于移动设备,因为移动设备录制的双声道都是伪立体声)