AnalysisBase()

Class representing all base-level WebAudioAPI audio analysis functions

new AnalysisBase()

Called by a concrete analysis instance to initialize the inherited AnalysisBase data structure.

Classes

AnalysisBase

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
frequencyContent Uint8Array

Uint8Array containing audio frequency data

Returns:
Object -

Object containing the results of the specified acoustic analysis

See: