Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
negier authored Dec 5, 2019
1 parent 439c87d commit 343929f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@
- [闰年](https://github.com/negier/CommonUtils/blob/master/Code/leapyear.c)(%取模运算符的最佳实践)
- [大写转小写](https://github.com/negier/CommonUtils/blob/master/Code/lower.c)(利用字母在ASCII字符集中的连续性)
- [返回指定位置的二进制](https://github.com/negier/CommonUtils/blob/master/Code/getbits.c)(&|~位运算的最佳实践)

## PCM
PCM双声道按照“左右 左右 左右 ...”的顺序存储每个采样点两个声道的数据
- [PCM单声道转立体声](https://github.com/negier/CommonUtils/blob/master/Code/pcm_mono_to_stereo.c)(尤其使用于移动设备,其双声道都是伪立体声)

0 comments on commit 343929f

Please sign in to comment.