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