module Analyze: sig .. end
sig
end
Functions for analyzing audio data.
val rms : Audio.Mono.buffer -> int -> int -> float
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.