Track the signal peak amplitude. Very useful for simple audio level response projects, and general troubleshooting.
Port | Purpose |
---|---|
In 0 | Signal to analyze |
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.
File > Examples > Audio > Analysis > PeakMeterMono
File > Examples > Audio > Analysis > PeakMeterStereo