Spaces:
Sleeping
Sleeping
| /** | |
| * see {@link https://github.com/mrdoob/three.js/blob/master/src/audio/AudioContext.js|src/audio/AudioContext.js} | |
| */ | |
| export namespace AudioContext { | |
| function getContext(): AudioContext; | |
| function setContext(): void; | |
| } | |