SFSoundBufferOnline documentation for the SoundBuffer class
type samples =
(int, Bigarray.int16_signed_elt, Bigarray.c_layout) Bigarray.Array1.tval loadFromFile : filename:string -> tval loadFromMemory : data:string -> tval getSampleCount : t -> intval getSampleRate : t -> intval getChannelCount : t -> intval saveToFile : t -> filename:string -> unit