-
Hi guys. Thanks for this great project.
Curently i am using
```
sound = __new__ (Audio('./tones/ogg/65.ogg'))
sound.play()
```
for adding and playing audio file.
Now i want to use external li…
schef updated
7 years ago
-
**How to reproduce:**
Just including the howler library (_howler.core.js_) in an empty html page (_just meta-tags for appview_)
``` html
Howler Tes…
-
Hi! I'm working on a meditation timer and got quite desperate until I found this promising library 🙂
At its most basic level, a meditation timer needs to wait for a while, then play a bell at the …
-
When I stop a recording on my iPad Air device, I get the error below:
`ERROR: [0x16e247000] AVAudioSession.mm:692: -[AVAudioSession setActive:withOptions:error:]: Deactivating an audio session tha…
-
It appears the latest beta version of Howler2 doesn't work in the latest version of Chrome Canary (Version 42.0.2303.3). When playing a sound with 'loop: true' option, it only plays the first iteratio…
-
-
Looping is cool! What about looping a specific number of times?
To me, howler has some real potential even though there are still lots of limitations when used as a music player.. keep at it Goldfire…
-
I'm evaluating [sound/audio libraries](http://www.jsdb.io/audio/), and would be nice how Buzz stacks against [Sound Manager 2](https://github.com/scottschiller/SoundManager2), [Howler.js](http://githu…
dandv updated
8 years ago
-
Hi, I just updated Howler to the latest v2 beta version to benefits from the upgrades and run into few errors in the console. Nothing big.
The block in the unload function (from line 142) still menti…
-
First of all, thank you for making Howler.js, it kicks butt.
I have a question regarding the playback of long mp3 files (10-20 minutes or perhaps longer), and setting the playback position dynamicall…