mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
redo OSS frag setup. Compute real pollux rate
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@896 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
45285368c0
commit
9f6a4e907b
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