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