From FenixWiki
Definition
INT unload_song ( <INT SongID> )
Frees the memory occupied by the song file, previously loaded with load_song().
Parameters
| INT SongID | - The SongID identifier of the music.
|
Returns
INT : Error.
| -1 | - Error: sound inactive; invalid songID.
|
| 0 | - No error.
|