cf_audio_load_wav_from_memory¶
Category: audio
GitHub: cute_audio.h
Loads a .wav audio file from memory.
| Parameters | Description |
|---|---|
| memory | A buffer containing the bytes of a .wav file. |
| byte_count | The number of bytes in memory. |
Return Value¶
Returns a pointer to CF_Audio. Free it up with cf_audio_destroy when done.
Related Pages¶
CF_Audio
cf_audio_load_ogg
cf_audio_load_ogg_from_memory
cf_audio_load_wav
cf_audio_destroy