Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有人能告诉我 A-Law 和 Mu-Law 的 WAV 文件头信息吗?
简而言之,WAVE 格式是多媒体文件的RIFF规范,它使用“块”来存储数据。与类型-长度-值表示类似,每个块在其余数据之前包含有关其自身类型和长度(字段SubChunkID和SubChunkSize)的信息。有关音频压缩的信息存储在“fmt”块中。
SubChunkID
SubChunkSize
阅读此内容和此内容以获取更多信息。