The Audio Context for the MeydaAnalyzer to operate in.
The size of the buffer.
The callback to receive your audio features. Will be called once for each buffer of input audio.
The channel from the input node to listen to
What feature extractors to return to the callback.
The number of samples between the start of each buffer.
The number of mfcc coefficients to calculate for each buffer.
The number of samples per second in the audioContext.
The Audio Node for Meyda to listen to.
Pass true
to start feature extraction immediately
The Windowing Function to apply to the signal before transformation to the frequency domain.
Generated using TypeDoc
MeydaAnalyzerOptions