module SFSoundBuffer:sig..end
type t
val createFromFile : filename:string -> tval createFromMemory : data:string -> tval getSamplesCount : soundBuffer:t -> intval getSampleRate : soundBuffer:t -> intval getChannelsCount : soundBuffer:t -> intval getDuration : soundBuffer:t -> floatval saveToFile : soundBuffer:t -> filename:string -> unit