Files
SDL/src/audio/emscripten/SDL_emscriptenaudio.c
Ryan C. Gordon 04ff593bf5 emscriptenaudio: Fire the capture silence_callback at an interval.
Previously it was using setTimeout, not setInterval, so it would only fire
once, which was obviously a mistake.

(cherry picked from commit fb79211732)
2023-08-23 16:25:30 -04:00

18 KiB