audiojs icon indicating copy to clipboard operation
audiojs copied to clipboard

A cross-browser javascript wrapper for the html5 audio tag

Results 102 audiojs issues
Sort by recently updated
recently updated
newest added

Hi, I'm using this audio player in ReactJS and reloading new streams in the same instance without refreshing the page - sometimes works fine, sometimes doesn't work so well. I...

i want to trigger play or pause in js, thank you

In records more big than 7 minutes, it stops and then appear an error image. This only happens in Chrome, Opera and IE, in Firefox works fine. Somebody knows how...

Hello I noticed that now it is possible to install audiojs from npm seen here. Is it currently possible to import audiojs such as the below `var Audio = require('audio');`

I found your audio.js examples.. and they are just what I’ve been looking for. Thank you for sharing them. I just have a quick question... on your example 5 of...

Hi there, just wondering if there's already 'teardown' type method that reverts an 'upgraded' audio element back to its original state (i.e. just the `audio` tag)? I've checked the code...

Playlists, on completion, automatically restart from the beginning. Is there a way to make the playlist play only once? Thanks!

I got an error in my Chrome console when I opened device mode to debug a HTML5 app of mobile, as follow: GET http://localhost:8000/lib/audiojs/audiojs/[email protected] 404 (File not found)

Is it possible to set autoplay to play only the first time the page is visited?

Hi Everyone, Just wandering if there is a way around playing songs over the network using UNC paths. I have tried using file:////........and it doesn't work. I saw on the...