Analysis

Module containing functionality to create and utilize WebAudioAPI audio analyzers.

Methods

static getAnalyzerFor(analysisType) → {AnalysisBase}

Returns a concrete analyzer implementation for the specified analysis type. The value passed to the analysisType parameter must be the numeric value associated with a certain AnalysisType, not a string-based key.

Parameters:
Name Type Description
analysisType number

Numeric value corresponding to the desired AnalysisType

Returns:
AnalysisBase -

Concrete analyzer implementation for the specified AnalysisType

See: