package mm

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

Module Analyze.ReplayGainSource

Sourcetype t
Sourceexception Not_supported
Sourceval create : channels:int -> samplerate:int -> t

Create internal state for computing ReplayGain. Raises Not_supported if the samplerate is not supported.

Sourceval process : t -> buffer -> int -> int -> unit

Process a buffer.

Sourceval peak : t -> float

Peak of processed samples.

Sourceval gain : t -> float

Replaygain for processed samples.

OCaml

Innovation. Community. Security.