-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Link to the content
https://avohq.io/blog/audio-player-stimulus
Anything else
Building a custom audio player with Rails? Video gets all the love, but audio deserves better UX too. Here's how to create one with Stimulus for controls and ViewComponent for modularity, complete with responsive waveform visualization and customizable features.
Audio isn't the king of multimedia formats, video is. That's why finding a nice audio player isn't always an easy task.
In this article, we will build a custom audio player with Stimulus with customizable controls, responsive waveform visualization, and more.
We will be using Stimulus to give the desired functionality to our audio player and ViewComponent to help us with modularity and reusability:
Read the full article on: https://avohq.io/blog/audio-player-stimulus