mirror of
https://github.com/FunKey-Project/picofe-irixxxx.git
synced 2025-12-12 09:48:52 +01:00
8 lines
211 B
C
8 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);
|
|
|