Show
Ignore:
Timestamp:
11/19/07 15:39:53 (1 year ago)
Author:
shans
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • ocaml-remix/trunk/oss.mli

    r488 r529  
    33val sound_open : unit -> soundDevice;; 
    44val sound_set_parms : soundDevice -> int -> int -> unit;; 
    5 val sound_write : soundDevice -> int array -> unit;; 
     5val sound_write : soundDevice -> FB.buffer -> unit;; 
    66val sound_close : soundDevice -> unit;;