package mm

  1. Overview
  2. Docs
type t
val make : int -> (float * float * float * float) -> t
type state
val init : unit -> state
val release : state -> state
val dead : state -> bool
val process : t -> state -> buffer -> int -> int -> state