UNPKG

playcanvas

Version:

PlayCanvas WebGL game engine

7 lines (6 loc) 188 B
/** * Reports whether this device supports the Web Audio API. * * @returns {boolean} True if Web Audio is supported and false otherwise. */ export function hasAudioContext(): boolean;