mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-07 07:38:04 -04:00
support multiple sound drivers, add sdl
This commit is contained in:
parent
20b143089c
commit
26d3ca0d29
6 changed files with 294 additions and 6 deletions
7
sndout_sdl.h
Normal file
7
sndout_sdl.h
Normal file
|
@ -0,0 +1,7 @@
|
|||
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);
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue