Audio.BufferSourceAudio buffers.
The type for AudioBufferOptions.
opts ~channel_count ~length ~sample_rate_ht () are audio context options with the given properties.
The type for AudioBuffer objects.
sample_rate b is the sample rate of b.
channel_count b is the number of channels of b.
get_channel_data b ~channel is the channel data of channel in b.
copy_from_channel b ~channel ~dst copies data of channel channel of b into dst.
copy_to_channel b ~src ~channel copies data of src to channel channel of b.