mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-03 06:17:44 -04:00
7 lines
211 B
C
7 lines
211 B
C
int sndout_sdl_init(void);
|
|
int sndout_sdl_start(int rate, int stereo);
|
|
void sndout_sdl_stop(void);
|
|
void sndout_sdl_wait(void);
|
|
int sndout_sdl_write_nb(const void *buff, int len);
|
|
void sndout_sdl_exit(void);
|
|
|