DEV Community

Cover image for Implementing HowlerJs Audio In Ruby on Rails
timnans
timnans

Posted on

Implementing HowlerJs Audio In Ruby on Rails

Howler.js is an audio library for the modern web. It defaults to Web Audio API and falls back to HTML5 Audio. This makes working with audio in JavaScript easy and reliable across all platforms.
We will learn how to implement it in our Ruby on Rails Applications

Latest comments (0)