Loads a sound file into a specified audio slot.
sound_load(slot, filename)
Load a sound file into the first audio slot (slot 0)
sound_load(0, "path/to/soundfile.wav");
Load a sound file into the second audio slot (slot 1)
sound_load(1, "path/to/anotherfile.wav");