5,389
edits
(→WAV files: fact) |
(→WAV files: recommendations) |
||
Line 64: | Line 64: | ||
*write 50 | *write 50 | ||
*write the wav header | *write the wav header | ||
*'''OPTIONAL/RECOMMENDED: compute the number of samples and add a "fact" section announcing it''' | |||
*write "data" | *write "data" | ||
*add the size of the part in the raw file | *add the size of the part in the raw file '''OPTIONAL/RECOMMENDED: increase the size if the last sample block is incomplete''' | ||
*add the raw file data | *add the raw file data '''OPTIONAL/RECOMMENDED: add padding to the last sample block if it is incomplete''' | ||
*save it as a wav file. | *save it as a wav file. | ||