rserota / wad

Web Audio DAW. Use the Web Audio API for dynamic sound synthesis. It's like jQuery for your ears.
MIT License
1.9k stars 160 forks source link

Audio stopping itself #52

Closed dooxe closed 8 years ago

dooxe commented 8 years ago

I have just installed Wad on my website, and made a simple code for playing an audio file: var music = new Wad({source : 'app/media/audio/ForgottenPlanet.mp3'}); music.play();

The audio file begins playing, but after some seconds it stops (tested on Firefox and Chrome).

rserota commented 8 years ago

Check out this issue from a little while ago: https://github.com/rserota/wad/issues/28

I hope that helps.

dooxe commented 8 years ago

Ok nice, it works perfectly. Sorry for that, I was not able to find the other issues to see if the problem had already been reported. Thanks a lot !

rserota commented 8 years ago

No problem. I'm happy to help.