Module Mono.AnalyzeSource

Functions for analyzing audio data.

Sourceval rms : t -> int -> int -> float

Compute the RMS power of a portion of a buffer.

Sourcemodule FFT : sig ... end

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