[Insert name here] Reference Manual | |||
---|---|---|---|
<<< Previous Page | Home | Up | Next Page >>> |
void gok_sound_initialize (); void gok_sound_shutdown (); void gok_sound_play (gchar *soundfile); |
void gok_sound_play (gchar *soundfile); |
Plays the sound file soundfile. The soundfile is stored in a cache the first time that it is played and from then on the sound is played from the cache.
soundfile : | The sound file to play. |