goldfire / howler.js

Javascript audio library for the modern web.
https://howlerjs.com
MIT License
23.35k stars 2.21k forks source link

Audio playing only once then systematically fails (#74) #188

Closed hugolpz closed 10 years ago

hugolpz commented 10 years ago

howler bug report

I'm building an Interactive Birds Voices Panel running locally. XMLHttpRequest fails and fall back on web audio successfully, perfect: I use howlerJS for that. But I can play each file once and only once. Then, I get this error : Uncaught TypeError: Value is not of type AudioBuffer.

For testing, you can git clone my project from https://github.com/hugolpz/BirdsCallsPanel/ :

git clone git@github.com:hugolpz/BirdsCallsPanel.git

Bug on Ubuntu + Chrome. Fine on Ubuntu+Firefox.

Seems to be similar to #74 with howler.js 1.1.24 (latest), which may need to be reopened. This is likely a bug since it fully prevent to play files several times.

goldfire commented 10 years ago

Thanks, this is now fixed in v1.1.25.

hugolpz commented 9 years ago

1.1.25 working perfectly, thanks !