juce-framework / JUCE

JUCE is an open-source cross-platform C++ application framework for desktop and mobile applications, including VST, VST3, AU, AUv3, LV2 and AAX audio plug-ins.
https://juce.com
Other
6.3k stars 1.67k forks source link

Add Energy to StatisticsAccumulator #1360

Open cjappl opened 4 months ago

cjappl commented 4 months ago

Add the energy (sum of squares) to the output of the StatisticsAccumulator.

cjappl commented 4 months ago

A couple side notes:

  1. I noticed there don't seem to be unit tests for this class, or I just missed them. Could you point me to them if they exist and I'll add a few tests for this?
  2. If this is acceptable, I could add other statistics that seem to be missing (power, and RMS being the major ones). Any interest in me following up with that?