Audio.Ringbuffer
Circular ringbuffers.
val create : int -> int -> t
Create a ringbuffer of given number of channels and size (in samples).
val channels : t -> int
Number of channels of the ringbuffr.
val read_space : t -> int
Number of samples available for reading.
val write_space : t -> int
Number of samples available for writing.
val read_advance : t -> int -> unit
Advance the read pointer.
val write_advance : t -> int -> unit
Advance the write pointer.