Get a set of features from the current frame.
Set the channel of the audio node for Meyda to listen to
the index of the channel on the input audio node for Meyda to listen to.
Set the Audio Node for Meyda to listen to.
The Audio Node for Meyda to listen to
Start feature extraction The audio features will be passed to the callback function that was defined in the MeydaOptions that were passed to the factory when constructing the MeydaAnalyzer.
Stop feature extraction.
Generated using TypeDoc
Meyda's interface to the Web Audio API. MeydaAnalyzer abstracts an API on top of the Web Audio API's ScriptProcessorNode, running the Meyda audio feature extractors inside that context.
MeydaAnalyzer's constructor should not be called directly - MeydaAnalyzer objects should be generated using the createMeydaAnalyzer factory function in the main Meyda class.
Options are of type MeydaAnalyzerOptions.