root/ocaml-remix/trunk/oss.mli

Revision 529, 210 bytes (checked in by shans, 1 year ago)

Replacing sound implementation - WAS ocaml int arrays, IS native float
arrays. This has not yet been completely been debugged!

Line 
1 type soundDevice;;
2
3 val sound_open : unit -> soundDevice;;
4 val sound_set_parms : soundDevice -> int -> int -> unit;;
5 val sound_write : soundDevice -> FB.buffer -> unit;;
6 val sound_close : soundDevice -> unit;;
Note: See TracBrowser for help on using the browser.