Interface AudioSourceOptions

Options for processing the audio buffer. You need to set the options for processing the audio buffer when calling startProcessAudioBuffer.

Hierarchy

  • AudioSourceOptions

Index

Properties

Properties

Optional cycle

cycle: number

How many times the audio loops.

Optional loop

loop: boolean

Whether to loop the audio infinitely.

Optional startPlayTime

startPlayTime: number

The playback position (seconds).