module SFSoundBufferRecorder:sig
..end
Online documentation for the SoundBufferRecorder class
type
t
val create : unit -> t
val destroy : sbr:t -> unit
val start : sbr:t -> sampleRate:int -> unit
val stop : sbr:t -> unit
val getSampleRate : sbr:t -> int