AudioBufferSourceNode constructor

AudioBufferSourceNode(
  1. BaseAudioContext context, [
  2. AudioBufferSourceOptions? options
])

Implementation

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