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.