mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-05 06:47:45 -04:00
redo OSS frag setup. Compute real pollux rate
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@896 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
902972d1c7
commit
f679add71b
6 changed files with 88 additions and 68 deletions
|
@ -1,5 +1,5 @@
|
|||
int sndout_oss_init(void);
|
||||
int sndout_oss_start(int rate, int frame_samples, int stereo);
|
||||
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_can_write(int bytes);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue