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