Chapter 5 Adding new analyses
The process for adding new analyses is:
Create a new database table for storing the analysis, following the column tyes and names of ‘analysis-aci’.
Add the analysis table to the deleteAllAnalyses() function of audioBlastAnalyse R package.
Implement the analysis in audioBlastAnalyse R package.
Implement a module for https://api.audioblast.org to provide API access to the analysis.
Make arrangements for existing recordings to be queued for analysis if required.