Interface Sound

A sound loaded in this context

interface Sound {
    buffer?: AudioBuffer;
    data?: ArrayBuffer;
}

Properties

Properties

buffer?: AudioBuffer

The audio buffer held for this sound

data?: ArrayBuffer

The original data loaded for this sound

Generated using TypeDoc