Ask your WordPress questions! Pay money and get answers fast! Comodo Trusted Site Seal
Official PayPal Seal

JavaScript mp3 playlist WordPress

  • REFUNDED

Hi

I've got this audio playlist using html5player.js where I want to crossfade between the tracks. Can anyone solve this?

I'm also trying to make it auto start on ios devices, so to me, it doesn't matter if it's solved with howler.js or something.

I've created a ZIP file with the code for easy tinkering here: www.madsrosendahl.dk/test.zip

View the test site here: www.madsrosendahl.dk/playlist/

And the two html5player files are:
www.madsrosendahl.dk/playlist/js/html5player.js
www.madsrosendahl.dk/playlist/js/html5shiv.js

I hope someone can help me :D
Mads

Answers (2)

2017-01-27

Bob answers:

code here might help you.
http://stackoverflow.com/questions/9326288/html5-audio-playlist-how-to-play-a-second-audio-file-after-the-first-has-ended


Mads R.H. comments:

No I'm afraid not. I've already a working playlist. What I'm missing is the crossfade


Bob comments:

means you want to play another audio between two tracks right?

2017-01-27

Navjot Singh answers:

You can check here for some help: http://webaudioapi.com/samples/crossfade-playlist/


Mads R.H. comments:

I already know that page, but there's no code there.