ConstantSourceNode constructor

ConstantSourceNode(
  1. BaseAudioContext context, [
  2. ConstantSourceOptions options
])

Implementation

external factory ConstantSourceNode(
  BaseAudioContext context, [
  ConstantSourceOptions options,
]);