Functions | |
int | SND_Load (sfx_t *sfx) |
Load the referenced sound. More... | |
int | SND_LoadFLAC (QFile *file, sfx_t *sfx, char *realname) |
Load the referenced sound from the specified FLAC file. More... | |
int | SND_LoadMidi (QFile *file, sfx_t *sfx, char *realname) |
Load the referenced sound from the specified MIDI file. More... | |
int | SND_LoadOgg (QFile *file, sfx_t *sfx, char *realname) |
Load the referenced sound from the specified Ogg file. More... | |
int | SND_LoadWav (QFile *file, sfx_t *sfx, char *realname) |
Load the referenced sound from the specified WAV file. More... | |
Load the referenced sound.
sfx | sound reference |
Load the referenced sound from the specified FLAC file.
file | pre-opened FLAC file |
sfx | sound reference |
realname | path of sound file should it need to be re-opened |
Load the referenced sound from the specified MIDI file.
file | pre-opened MIDI file |
sfx | sound reference |
realname | path of sound file should it need to be re-opened |
Load the referenced sound from the specified Ogg file.
file | pre-opened Ogg file |
sfx | sound reference |
realname | path of sound file should it need to be re-opened |