void Audio_exit(void)
Exits the audio system and frees all resources. This function should be called before the program exi...
Definition audio.c:71
bool Audio_isPlaying(void)
Checks the playback status of the audio system.
Definition audio.c:81
int Audio_play(const char *fp)
Attempts to play the audio file at the given file path. This function initializes the audio system if...
Definition audio.c:94