package sfml

  1. Overview
  2. Docs

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