new AnalysisBase()
Called by a concrete analysis instance to initialize the inherited AnalysisBase data structure.
Classes
Methods
-
static analyze(frequencyContent) → {Object}
-
Performs a spectral analysis corresponding to an underlying concrete class on the passed-in buffer containing audio frequency content.
Parameters:
Name Type Description frequencyContentUint8Array Uint8Array containing audio frequency data
Returns:
Object -Object containing the results of the specified acoustic analysis
- See: