You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
assert(EmAudio[contextHandle],`Called emscripten_audio_context_quantum_size() with an invalid Web Audio Context handle ${contextHandle}`);
299
315
assert(EmAudio[contextHandle]instanceof(window.AudioContext||window.webkitAudioContext),`Called emscripten_audio_context_quantum_size() on handle ${contextHandle} that is not an AudioContext, but of type ${EmAudio[contextHandle]}`);
300
316
#endif
301
-
// TODO: once the Web Audio 1.1 API is implemented we can query the context for its renderQuantumSize
302
-
// (With two caveats: it needs the hint when generating the context adding, plus it requires a secure context and fallback implementing)
0 commit comments