Returns an array of average amplitude values of the spectrum, for a given set of Octave Bands NOTE: analyze() must be called prior to logAverages(). Analyze() tells the FFT to analyze frequency data, and logAverages() uses the results to group them into a smaller set of averages.
Syntax
logAverages(octaveBands)
Parameters
octaveBands
Array:
Array of Octave Bands objects for grouping
Returns
Array: logAverages Array of average amplitude values for each group
This page is generated from the comments in lib/addons/p5.sound.js . Please feel free to edit it and submit a pull request!