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

Can anyone tell me how to switch songs in one player?

enhancement

The usual issue with playing a live stream that it keeps loading due to the lack of a stop() event in the audio element, here's a really ugly workaround to...

enhancement

Example: http://codepen.io/garryyao/full/mJBzzV/ It works with datauri(base64 audio data) when use audio tag, but not in flash compatible fallback. I've made base64 data flash play in my project, it needs re-factory....

enhancement

Due to nature of my website I can't use ``` audiojs.events.ready(function() { var as = audiojs.createAll({ .... ``` But instead I need help with figuring out how to make var...

Hi, I hope some help, when I tried with this template: http://jellythemes.com/themes/sonorama/. I don't know why every time when I press the right key arrow, the audio player will play....

When i run it on mobile browsers, audio.buffered.length = 0 and loaded bar can not update. Because of that, skipTo can not work because this.loadedPercent = 0, and the progress...

When I try to go to other urls by clicking href tag while the audio file loading, it does not act well. So I've checked the audio.js source and found...

on play list code its working great ,,but I if i append a song to the list and trying to play it ,,its not working ..do you have any solutions...

hi, when the tag audio has 'preload="none"' attribute, on IOS, the player don't load. Have you got an issu for me? please.

Hey Anthony! Great piece of software. Really simplifies working with audio without doing too much and bloat your projects with thousands upon thousands of lines of code. One question though:...