cf_audio_load_ogg¶
Category: audio
GitHub: cute_audio.h
Loads a .ogg audio file.
Parameters | Description |
---|---|
path | The virtual path to a .ogg file. See Virtual File System. |
Return Value¶
Returns a pointer to CF_Audio. Free it up with cf_audio_destroy when done.
Related Pages¶
CF_Audio
cf_audio_destroy
cf_audio_load_ogg_from_memory
cf_audio_load_wav
cf_audio_load_wav_from_memory