Top "Html5-audio" questions

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

Web Audio API for live streaming?

We need to streaming live audio (from a medical device) to web browsers with no more than 3-5s of …

javascript html html5-audio audio-streaming web-audio-api
"Autoplay" HTML5 audio player on mobile browsers

I am creating a HTML5 music website for mobile users.The goal is to get it running completely in mobile …

javascript iphone html html5-audio mobile-browser
Waveform visualization in JavaScript from audio

I'm trying to use JavaScript to display the waveform for and audio file, but I don't even know how to …

javascript html audio canvas html5-audio
Deprecation of createObjectURL and replace with the new HTMLMediaElement.srcObject doesn't work for Webcam stream

I get the warning that a function will be deprecated in Chrome future release. It's this script: navigator.getUserMedia = navigator.…

javascript html webkit html5-video html5-audio
Can I use javascript to record voice on a web app?

It seems I can only use Flash or Java to record voice on a web app. Is there a way …

javascript html web-applications html5-audio voice-recording
How can I add multiple sources to an HTML5 audio tag, programmatically?

A lot of examples demonstrate multiple source tags nested in the audio tag, as a method to overcome codec compatibility …

javascript html html5-audio
How to detect HTML5 audio MP3 support?

I know how to check in Javascript if HTML5 audio playback is available. But how do I specifically check if …

html html5-audio browser-feature-detection
Setting the granularity of the HTML5 audio event 'timeupdate'

I'm trying to create a simple looping feature using HTML5 audio and have a very primitive solution as follows: $(audio).…

html html5-audio
Playing audio file returns "Uncaught (in promise)" but works in console

I'm trying to play audio files (I've tried many). All of them are mp3s. I've tested the following on …

javascript html asynchronous audio html5-audio
How to stream only audio data from youtube video on my application?

I want to develop an application that will display a list of videos from YouTube and when the user clicks …

video youtube youtube-api video-streaming html5-audio