文件名称:readWav
介绍说明--下载内容均来自于网络,请自行研究使用
This example programme creates a wav file, with 30 seconds of a 440Hz tone. The source file can be downloaded using the link below.
writeWav.c
It is compiled and executed as follows:
> gcc -lm -lsndfile -o writeWav writeWav.c
> ./writeWav output.wav
writeWav.c
It is compiled and executed as follows:
> gcc -lm -lsndfile -o writeWav writeWav.c
> ./writeWav output.wav
(系统自动生成,下载前可以参看下载内容)
下载文件列表
readWav.c