-
I'm using howler.js v1.1.14 in a cross-platform app, which works well on iOS, but is completely silent on my Samsung Galaxy Tab 2. There is only one audio format used: mp3, but the tablet supports mp3…
perqa updated
8 years ago
-
vibe needs some clean up.
✓ test/play_sound.hmtl is broken (AXON/Property not found)
• there are multiple .html files in experiments/, with little/no documentation about what they are for
• experimen…
-
Hi,
I put together a jsfiddle for this. It appears that enabling html5 mode still requires an entire OGG to be downloaded. For example, if I enable the developer tools in Chrome, turn on throttling…
-
I have an app that has been using howler without issues on many Android versions (2.3 to 4.2).
Installing it on Lg 8.3 Pad with android 4.4.2 it has problems with onend and onload events. Sound play…
-
Howlerjs does not play any sound on Mobile IE10 / WP8 / NOKIA Lumia 625
I have tested this both on the howlerjs web page (http://goldfirestudios.com/blog/104/howler.js-Modern-Web-Audio-Javascript-Li…
-
im combining howler.js with recording the mic and transcoding to mp3 using lame and a web worker(for background process), i am trying different libraries for that, combined with howler.js. The ones i…
-
Good day, i love this library,
how can i use loopStart and loopEnd values with howler.js?
they are the only way i have found to produce great gapless loops with the web audio api and would love to use…
-
This is a browser issue, not a library issue, but it would be a real nice-to-have. Check out this loop: http://jsfiddle.net/qyXtT/1/
There's a slight gap between end and start on loop. Is there any w…
-
I'm trying to use howler on a Samsung Galaxy S3 with Android 4.3 installed via the native browser, yet I cannot get sound to play no matter what I try, i've set buffer to true, I've tried a sprite. No…
Euden updated
8 years ago
-
I love this library and it works great for me on Android and Desktop. But on iOS iphone nothing sounds. I read that the issue should be that on iOS you need to first activate a sound on user input, an…