B
B
Biff2019-11-24 02:13:26
JavaScript
Biff, 2019-11-24 02:13:26

What simple JavaScript audio player do you recommend?

I am looking for the simplest possible audio player for the site to output the radio stream in mp3 or ogg format.
The audio tag doesn't work for one simple reason - it can't be styled. If not for this annoying problem, then this option would suit me perfectly.
Those. I need the same player as from the audio tag, a regular bar with Play / Stop, Volume buttons and a track progress bar, that's it.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
J
Joker, 2019-11-24
@biffick

Now modern html5 audio and video players style and interact with audio/video tags via javascript and make the tag itself invisible.

  • https://howlerjs.com/
  • https://kolber.github.io/audiojs/
  • https://github.com/yandex/audio-js
  • https://www.google.com/search?q=javascript+audio+player

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question