5,391
edits
 (→raw:  ADPCM link)  | 
				|||
| Line 53: | Line 53: | ||
==raw==  | ==raw==  | ||
The raw data part of a SNDD file contains the actual audio samples without any other headers.  | The raw data part of a SNDD file contains the actual audio samples without any other headers.  | ||
:For an overview of the ADPCM algorithm (if interested), see [https://wiki.multimedia.cx/index.php/Microsoft_ADPCM HERE].  | |||
===export and import===  | ===export and import===  | ||
To create a wav/aif file one needs to write a file header like below and then write the contents of the raw data part.  | To create a wav/aif file one needs to write a file header like below and then write the contents of the raw data part.  | ||