Building an Audio Player with StimulusJS
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
Post a comment