shithub: mp3dec

ref: a8f943890e938e9bb91a854be561f10822b807b3
dir: /player/audio_sdl.h/

View raw version
#pragma once
#ifdef __cplusplus
extern "C" {
#endif

int sdl_audio_init(void **audio_render, int samplerate, int channels, int format, int buffer);
void sdl_audio_release(void *audio_render);

#ifdef __cplusplus
}
#endif