Profile
Achievement
Zufolek's Recent Snippets
- All /
« Prev 1 Next »
Makes a mono 8-bit (i.e. one byte per sample) wav file, "out.wav" containing a 500 Hertz sine wave signal. 22050 is the sample rate, and 64000 is the total size of audio data in bytes.
1
825
posted 15 years ago by Zufolek
loadfile(filename);
returns NULL on fail or a pointer that should be free()d when no longer needed.
savefile(filename,data,dataSize);
returns 0 on fail or 1 on success.
0
837
posted 15 years ago by Zufolek