You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
***howler**: This is the default and fully bundled source the includes `howler.core` and `howler.spatial`. It includes all functionality that howler comes with.
95
+
***howler**: This is the default and fully bundled source that includes `howler.core` and `howler.spatial`. It includes all functionality that howler comes with.
96
96
***howler.core**: This includes only the core functionality that aims to create parity between Web Audio and HTML5 Audio. It doesn't include any of the spatial/stereo audio functionality.
97
97
***howler.spatial**: This is a plugin that adds spatial/stereo audio functionality. It requires `howler.core` to operate as it is simply an add-on to the core.
98
98
@@ -260,7 +260,7 @@ Fires when the sound is unable to load. The first parameter is the ID of the sou
260
260
The load error codes are [defined in the spec](http://dev.w3.org/html5/spec-author-view/spec.html#mediaerror):
261
261
***1** - The fetching process for the media resource was aborted by the user agent at the user's request.
262
262
***2** - A network error of some description caused the user agent to stop fetching the media resource, after the resource was established to be usable.
263
-
***3** - An error of some description occured while decoding the media resource, after the resource was established to be usable.
263
+
***3** - An error of some description occurred while decoding the media resource, after the resource was established to be usable.
264
264
***4** - The media resource indicated by the src attribute or assigned media provider object was not suitable.
265
265
#### onplayerror `Function`
266
266
Fires when the sound is unable to play. The first parameter is the ID of the sound and the second is the error message/code.
0 commit comments