cloudbearings / ez-access-web

Automatically exported from code.google.com/p/ez-access-web
0 stars 0 forks source link

Audio for rapid keypresses #66

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Ideally when a person presses EZ Up or Down, the sound effect should be instant 
so the person gets immediate feedback. With the current version and sound 
effects, I can press buttons so rapidly that it will navigate the number of 
times I press the button, but only some of the sound effects will be played.

A new sound effect does not seem to be interrupting an old sound effect. 
However, the system is not enqueueing the audio--otherwise you would hear a 
bunch of delayed beeps.

Is there a way to improve the audio playback? Would this involve sound mixing?

Maybe this is helpful: http://www.html5rocks.com/en/tutorials/webaudio/intro/

Original issue reported on code.google.com by jbjor...@gmail.com on 21 Aug 2013 at 6:05