Top "Html5-audio" questions

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

How to get microphone input volume value with web audio api?

I am using the microphone input with web audio api and need to get the volume value. Right now I …

javascript html google-chrome html5-audio web-audio-api
HTML5 Audio - Sound only plays once

I am using Chrome and this is my code: <audio id="letter_audio" src="audio/bomb.mp3" type="audio/…

jquery google-chrome html5-audio
MediaElementAudioSource outputs zeros due to CORS access restrictions local mp3 file

I have the following html page that I'm trying to show a class for demonstrating an audio visualizer with an …

javascript html cors html5-audio
HTML5 Audio Player Duration Showing Nan

I just started to learn HTML5 and was going through HTML5 Audio player using JQuery. I coded a player with …

html5-audio nan duration
Get live streaming audio from NodeJS server to clients

I need to have a real time live audio stream from 1 client to a server to multiple listener clients. Currently …

node.js html socket.io webrtc html5-audio
Crossorigin errors when loading VTT file

I'm new to using the audio tag in HTML 5 and wanted to build a player. I wanted to test using …

html5-audio webvtt
HTML5 Audio: How to Play only a Selected Portion of an Audio File (audio sprite)?

I'm working on an iOS metronome web app. Since mobile Safari can only play one sound at a time, I'm …

javascript html dom-events mobile-safari html5-audio
Multiple audio tracks for HTML5 video

I'm building a video for my website with HTML5. Ideally, I'd have only one silent video file, and five different …

javascript jquery html html5-video html5-audio
How to play google drive mp3 file using html audio tag?

My aim is to play the mp3 file from the google drive. I am using the plugin MediaElement js. The …

cross-browser google-drive-api html5-audio mediaelement.js
Record Audio Using the Users Microphone with HTML5

I am very close to having a little project of mine done, however, I have run into a slight problem …

javascript jquery html html5-audio audio-recording