Top "Html5-audio" questions

The audio element is used to embed sound content in an HTML or XHTML document.

How to play audio?

I am making a game with HTML5 and JavaScript. How could I play game audio via JavaScript?

javascript html html5-audio
Sound effects in JavaScript / HTML5

I'm using HTML5 to program games; the obstacle I've run into now is how to play sound effects. The specific …

javascript html html5-audio
HTML5 Audio stop function

I am playing a small audio clip on click of each link in my navigation HTML Code: <audio tabindex="0" …

html html5-audio
How to make audio autoplay on chrome

audio autoplay working in Mozilla, Microsoft edge and old google chrome as well but not in new google chrome. they …

html google-chrome html5-audio
HTML5 record audio to file

What I ultimately want to do is record from the user's microphone, and upload the file to the server when …

javascript html html5-audio audio-recording
HTML5 Audio Looping

I've been playing with HTML5 audio recently, and though I can get it to play the sound it only ever …

javascript html html5-audio
How to play a notification sound on websites?

When a certain event occurs, I want my website to play a short notification sound to the user. The sound …

javascript html audio notifications html5-audio
Custom CSS for <audio> tag?

I'm building a music player web application which implements the HTML5 audio tag, however would like it to look consistent …

css audio html html5-audio
html 5 audio tag width

I was wondering if it's possible to set the width of the audio tag. It is not a supported feature …

html layout html5-audio
change <audio> src with javascript

I have multiple audio files that I want to stream based on the user selects. How do I do that? …

javascript html html5-audio