CreateJS / SoundJS

A Javascript library for working with Audio. It provides a consistent API for loading and playing audio on different browsers and devices. Currently supports WebAudio, HTML5 Audio, Cordova / PhoneGap, and a Flash fallback.
http://createjs.com/
MIT License
4.42k stars 838 forks source link

HTMLAudioPlugin: before sound loading it would cancel the request first then started to load again #256

Open foreverpinetree opened 7 years ago

foreverpinetree commented 7 years ago

I found another issue when using HTMLAudioPlugin. Every time before loading a sound it would cancel the request first and then started to load again, this behavior would waste a HTML request. Attached picture: sc

lannymcnie commented 7 years ago

Is this limited to a particular browser? Most browsers use Web Audio, which is definitely recommended when possible - so is this an IE bug?

foreverpinetree commented 7 years ago

It is an android browser bug. My project runs on android 4.4 so I have to use HTMLAudioPlugin since 4.4 doesn't support WebAudio. Do you have a plan to fix it?

lannymcnie commented 7 years ago

We definitely want to fix bugs like that. Android ones may end up being a fact-of-life bug, especially Android Browser (and not Android Chrome), since that browser tends to be poorly supported.

foreverpinetree commented 7 years ago

Looking forwards to new release :)

MrIceCream commented 6 years ago

I found this issue too. Has this problem been solved ?

image