juj / emscripten-scummvm

Emscripten fork of the ScummVM engine.
http://clb.demon.fi/html5scummvm/
GNU General Public License v2.0
133 stars 15 forks source link

Audio stutters if browser window is minimized. #23

Open juj opened 11 years ago

juj commented 11 years ago

In Chrome or Firefox, when one minimizes the browser window, the audio playback immediately becomes choppy.

Perhaps should just pause audio when game is not active. See here for help http://stackoverflow.com/questions/1060008/is-there-a-way-to-detect-if-a-browser-window-is-not-currently-active .