package mm

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

Functions for analyzing audio data.

val rms : t -> int -> int -> float

Compute the RMS power of a portion of a buffer.

module FFT : sig ... end

Simple implementation of the FFT algorithm. For fastest implementations optimized libraries such as fftw are recommended.