Quintus icon indicating copy to clipboard operation
Quintus copied to clipboard

Audio lags or delayed when play on IE10

Open takhimi opened this issue 11 years ago • 1 comments

When use Q.audio.play in IE10 the audio lags or delayed around 0.5seconds. When use with Firefox,Chrome this issues does not occurs.

The link is my modified Quintus platformer example with audio. It will lags when play on IE10 Im using windows 8

https://dl.dropboxusercontent.com/u/65841566/QuintusIE10.zip

takhimi avatar Apr 23 '13 09:04 takhimi

Quintus use a limited set of audio channels to play sounds - this may be causing the lag on longer sound files.

Only alternative I can think for IE10 (which doesn't support the web audio API) of is to have an audio mode that uses a fixed set of audio buffers - but this would prevent the same sound from being played twice at the same time.

cykod avatar Jun 04 '13 02:06 cykod