root/ocaml-remix/trunk/oss.h

Revision 488, 258 bytes (checked in by shans, 5 years ago)

initial import of ocaml port of remix

Line 
1 struct SoundDevice_t;
2 typedef struct SoundDevice_t SoundDevice;
3
4 SoundDevice *sound_open(void);
5 void sound_set_parms(SoundDevice *dev, int channels, int rate);
6 void sound_write(SoundDevice *dev, short *data, int samples);
7 void sound_close(SoundDevice *dev);
Note: See TracBrowser for help on using the browser.