-
My .pos3d demo code works fine with the slightly older "howler110.js" file. However when I try to link to the newest library, either howler.js or minified howler.min.js, the 3D functionality goes awa…
-
Great Library guys! I would like to request a feature, or method to the sound library. In the Web Audio API, you can create a panning node and set Position (x,y,and z if you need the 3rd dimension).…
-
When I want to play sound
``` javascript
$this.sound = new Howl({
urls: ['sound/sound.mp3']
}).play();
```
it throws me this error
```
TypeError: i is undefined
[Break On This Erro…
Adman updated
11 years ago