WaveShaperNode constructor

WaveShaperNode(
  1. BaseAudioContext context, [
  2. WaveShaperOptions options
])

Implementation

external factory WaveShaperNode(
  BaseAudioContext context, [
  WaveShaperOptions options,
]);