ConvolverNode constructor

ConvolverNode(
  1. BaseAudioContext context, [
  2. ConvolverOptions? options
])

Implementation

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