Mono.Analyze
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.