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

Sound not working clearly in safari #275

Open s-senguttuvan opened 7 years ago

s-senguttuvan commented 7 years ago

hi, i used preloadjs to load sound file, using audiosprite as well, sound working fine all browsers including mobile,ipad,tablets.

now my problem is when we open first time in ipad safari , sound file has more noise and voice breaks ,if i refresh or reload again nothing happen.

am using in soundjs for so long ,but this things i cant solve, help me!!!!

lannymcnie commented 7 years ago

We have seen this happen as well. Typically it is under high memory usage scenarios, however it is not clear what is happening.

s-senguttuvan commented 7 years ago

hi, i solved the bug, the sound file noise & voice breaks is happen only for uncached sound file, it means that loading first time only have problem. second time on wards no problem.

the error happens in some cases

1) if dom element has video tag then video and audio should be same sample rate. for myself just change the video export settings then its works for me!!!!

the problem is not only in ipad its in all ios products