mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-05 06:47:45 -04:00
make OSS detect blocking, adjust audio API
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@898 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
b6eccda317
commit
a33164fffe
8 changed files with 81 additions and 90 deletions
|
@ -2,6 +2,7 @@ int sndout_oss_init(void);
|
|||
int sndout_oss_start(int rate, int stereo, int frames_in_frag);
|
||||
void sndout_oss_stop(void);
|
||||
int sndout_oss_write(const void *buff, int len);
|
||||
int sndout_oss_write_nb(const void *buff, int len);
|
||||
int sndout_oss_can_write(int bytes);
|
||||
void sndout_oss_sync(void);
|
||||
void sndout_oss_setvol(int l, int r);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue