Skip to content Skip to sidebar Skip to footer
Showing posts with the label Html5 Audio

How Can I Create A Promise For The End Of Playing Sound?

I have a simple JavaScript that loads sounds: prefix = 'modules/sounds/'; _sounds = [… Read more How Can I Create A Promise For The End Of Playing Sound?

Javascript Audio Loop

I want to play an audio in background 3 times and after 3 times the audio will stop automaticlly. I… Read more Javascript Audio Loop