(state)
| 121 | |
| 122 | emscripten_resume_audio_context_async: (contextHandle, callback, userData) => { |
| 123 | function cb(state) { |
| 124 | #if WEBAUDIO_DEBUG |
| 125 | console.log(`emscripten_resume_audio_context_async() callback: New audio state="${emAudio[contextHandle].state}", ID=${state}`); |
| 126 | #endif |
| 127 | {{{ makeDynCall('viip', 'callback') }}}(contextHandle, state, userData); |
| 128 | } |
| 129 | #if WEBAUDIO_DEBUG |
| 130 | dbg('emscripten_resume_audio_context_async() resuming...'); |
| 131 | #endif |
no test coverage detected