starry / backend /libs /three /audio /AudioContext.d.ts
k-l-lambda's picture
feat: add Python ML services (CPU mode) with model download
2b7aae2
/**
* 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;
}