API reference

Every public class, method, and event in @codexo/exojs. Generated from source.

I

interfaceAudioSpriteClip

@codexo/exojs / audio / stable

Named sub-region of an AudioBuffer used as an audio sprite sheet. `start` / `end` are seconds into the buffer; `loop` makes the clip loop indefinitely when played.

3
props
0
methods
0
events
Import
import { AudioSpriteClip } from '@codexo/exojs'

Named sub-region of an AudioBuffer used as an audio sprite sheet. `start` / `end` are seconds into the buffer; `loop` makes the clip loop indefinitely when played.

Properties3
end: number
loop?: boolean
start: number
Source