shithub: mp3dec

ref: 82553bff3ef9e3750ec1f16b74e0d7c0b1b4d5fa
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