Link Search Menu Expand Document

Analysis processes

Real-time music information retrieval (MIR) processes are available, thanks to the Gist library. They allow to easily build audio-reactive visuals, by extracting meaningful parameters from a live or pre-recorded audio signal.

Here is a video example of their usage:

Envelope

Envelope

These processes allow to extract the volume of an audio signal.

Onset detection

Onset

These processes allow to detect hits and impacts and are useful for beat detection. The first outlet outputs the detection signal. The second outlet outputs an impulse when an onset is detected.

Pitch detection

Pitch

These processes allow to estimate the pitch of a monophonic signal (between 150 and 1500 Hz).

Spectral parameters

Spectral parameters

These processes allow to extract parameters related to the spectrum and the timbre of an audio signal.

Spectrum extraction

Spectrum extraction

These processes convert the input audio signal in an “audio” signal containing the spectra, and are mainly useful for further processing in custom processes.