Variable AnalyserNode
AnalyserNode: {
prototype: AnalyserNode;
new (context: BaseAudioContext, options?: AnalyserOptions): AnalyserNode;
}
prototype: AnalyserNode;
new (context: BaseAudioContext, options?: AnalyserOptions): AnalyserNode;
}
Type declaration
- new (context: BaseAudioContext, options?: AnalyserOptions): AnalyserNode
- Parameters- context: BaseAudioContext
- Optionaloptions: AnalyserOptions
 - Returns AnalyserNode
 
- prototype: AnalyserNode