howler.js - A Modern Web Audio JavaScript Library
Join the DZone community and get the full member experience.
Join For Freehowler.js is a modern javascript library for web audio. the library was initially developed for an html5 game engine, but can also be used for web applications.
howler.js has several feature like fallback to the web audio api, fallback to html5 audio. it also has support for multiple file formats which in turns increases support for many browsers.
howler.js also has automatic caching for web audio api, implements cache pool for html5 audio and more. howler.js allows you to play multiple files all at once with fade in/out effects. it is a standalone javascript library weighing at only 5kb.
requirements:
none
demo:
http:/ / goldfirestudios. com/ howler. js…javascript-library
license:
mit license
Published at DZone with permission of Hirvesh Munogee, DZone MVB. See the original article here.
Opinions expressed by DZone contributors are their own.
Trending
-
MLOps: Definition, Importance, and Implementation
-
Seven Steps To Deploy Kedro Pipelines on Amazon EMR
-
Alpha Testing Tutorial: A Comprehensive Guide With Best Practices
-
What Is React? A Complete Guide
Comments