Developing Audio Analysis Modules for Sound Analyser - adamstark/Sound-Analyser GitHub Wiki

I am still to add the full detail for this... please bug me to finish it...

In short...

  • You need to extend the AudioAnalysis base class found in:

Source/Audio Analysis/

  • Please take a look at the implementation of the RMS module found in:

Source/Modules/RMS.h

for a simple example.