Skip to content
Type

AudioBufferSourceOptions

Options for AudioBufferSource.

ts
type AudioBufferSourceOptions = {
	startTimestamp?: number;
};

Used by

Properties

startTimestamp

ts
startTimestamp?: number;

The timestamp of the first AudioBuffer, in seconds. Subsequent buffers are placed directly after the previous one. Defaults to 0.

Released under the Mozilla Public License 2.0.