Summary

Track the signal peak amplitude. Very useful for simple audio level response projects, and general troubleshooting.

Audio Connections

PortPurpose
In 0Signal to analyze

Functions

available();

Returns true each time new peak data is available.

read();

Read the highest peak value since the last read. Return is from 0.0 to 1.0.

Examples

File > Examples > Audio > Analysis > PeakMeterMono

File > Examples > Audio > Analysis > PeakMeterStereo

Notes