AnalyserNode constructor

AnalyserNode(
  1. BaseAudioContext context, [
  2. AnalyserOptions? options
])

Implementation

factory AnalyserNode(BaseAudioContext context, [AnalyserOptions? options]) =>
    AnalyserNode._(context, options ?? undefined);