package mm

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

Module Audio.Buffer_extSource

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

Sourcetype t
Sourceval create : int -> int -> t

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

Sourceval length : t -> int

Current length (in samples) of the buffer.

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

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

OCaml

Innovation. Community. Security.