SaveSound
Description
Saves a sound file to the application write folder.
Definition
SaveSound( iID, sFilename )
void agk::SaveSound( UINT iID, const char* sFilename )
Parameters
- iID - The ID of the sound to save.
- sFilename - The filename to use for the sound file, recommended it end in .wav.