Skip to content

Commit 60a6f62

Browse files
committed
udpate
1 parent 61993db commit 60a6f62

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

VideoDevelopment/.DS_Store

6 KB
Binary file not shown.

VideoDevelopment/音频编码/音频编码格式.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## 音频编码格式
22

3+
原始的PCM音频数据也是非常大的数据量,因此也需要对其进行压缩编码。
4+
和视频编码一样,音频也有许多的编码格式,如:WAV、MP3、WMA、APE、FLAC等等,音乐发烧友应该对这些格式非常熟悉,特别是后两种无损压缩格式。
5+
36
音频压缩的本质: 消除冗余数据。
47

58
人耳能察觉到的声音信号频率范围为20Hz ~ 20KHz,在这个频率范围以外的音频信号属于冗余信号。

0 commit comments

Comments
 (0)