C语言生成并存储正弦波形数据为WAV文件
发布时间
阅读量:
阅读量
一、WAV文件概述
Wave files are one of the most widely used digital audio file formats in the computer field. Specifically developed for Windows systems by Microsoft, they are based on the Waveform Audio (Waveform Audio) technology. Their file names typically end with the extension *.wav.
Wave是一种广泛应用于录音领域的WINDOWS标准文件格式。其扩展名为“.wav”,其中的数据格式通常为PCM或压缩形式。Wave file format是一种由微软与IBM共同开发的标准音频存储方案,并采用RIFF文件结构设计,并与AIFF及IFF格式高度相似。该方案遵循PIIFF Resource Interchange File Format标准。每个Wave file包含一个特定字段(即所谓的"file header"),其中记录了音频流的具体编码参数。未规定具体编码方式的情况下,默认可应用所有满足ACM标准的方法(即Almost Lossless Compression方法)。
**二、WAV文件的内
全部评论 (0)
还没有任何评论哟~
