package mm

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Buffers of variable size. These are particularly useful for temporary buffers.

type t
val create : int -> int -> t

Create an extensible buffer of given channels and initial size in samples.

val prepare : t -> ?channels:int -> int -> buffer

Make sure that the buffer can hold at least a given number of samples.