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.44k stars 835 forks source link

soundjs not working on new chrome #299

Closed s-senguttuvan closed 6 years ago

s-senguttuvan commented 6 years ago

error traced in F12 - console

"The AudioContext was not allowed to start. It must be resume (or created) after a user gesture on the page."

sound loaded using preloadjs and playing using soundjs.

in chrome suddenly shows this error, other browser working fine.

recent chrome browser not working

LokeshSomarla commented 6 years ago

Other

s-senguttuvan commented 6 years ago

what other?

lannymcnie commented 6 years ago

I assume @LokeshSomarla is asking which other browser it works.

in chrome suddenly shows this error, other browser working fine.

s-senguttuvan commented 6 years ago

other it works

lannymcnie commented 6 years ago

Closing in favour of duplicate issue with more info #305

Akurn commented 6 years ago

297 might be more applicable for this one, since this mentions AudioContext (WebAudioPlugin).

As #305 is specifically HTMLAudioPlugin related.