Record a .wav file

Status
Not open for further replies.
Yes, definitely possible, but you'll have to write code to do so.

Probably the simplest way would be to record to .raw and sacrifice the first 22 samples. After you're done and you know the exact file length, you could overwrite the first 44 bytes with a WAV RIFF header.
 
Status
Not open for further replies.
Back
Top