UNPKG

playcanvas

Version:

Open-source WebGL/WebGPU 3D engine for the web

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;