UNPKG

audio2d

Version:

Easy to use API to add the power of web audio to your game.

9 lines (8 loc) 171 B
/** * The states that an audio clip can be in. */ export declare enum AudioClipState { STOPPED = "STOPPED", PLAYING = "PLAYING", PAUSED = "PAUSED" }