SaveSound
Description
Saves a sound file to the application write folder.
Definition
SaveSound( iID, sFilename )
void agk::SaveSound( uint32_t 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.