Module Audio.Mono.Analyze

module Analyze: sig .. end
Functions for analyzing audio data.

val rms : Audio.Mono.buffer -> int -> int -> float
Compute the RMS power of a portion of a buffer.
module FFT: sig .. end
Simple implementation of the FFT algorithm.