Top "Html5-audio" questions

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

Stop audio buffering in the <audio> tag

I am currently working in using the HTML5 audio player to provide a audio stream (24/7 radio stream) via the (mobile) …

html html5-audio audio-streaming buffering
How can I tell if an HTML5 Audio element is playing with Javascript

I have an audio element in a webpage, and I want to ensure that a user is not still playing …

javascript detection playback html5-audio
Does the html5 audio tag encompass .mid (MIDI) unofficially?

It seems clear that officially the html5 audio tag is intended for use with the ogg format. Does the html5 …

html midi html5-audio ogg
Preloading HTML5 Audio in Mobile Safari

I'm having a problem preloading HTML5 audio content and then using what I have in cache rather than attempting to …

javascript html html5-audio html5-animation
Record Sounds from AudioContext (Web Audio API)

Is there a way to record the audio data that's being sent to webkitAudioContext.destination? The data that the nodes …

audio-recording html5-audio web-audio-api webkitaudiocontext
How did Scirra get HTML5 audio so perfect in Construct 2?

Check out this space shooter demo. The HTML5 audio is perfect on Chrome 18 and Firefox 10. There is no lag in …

html audio html5-audio construct-2
Get audio from an html5 video

Is it possible to get the audio from an mp4 or webm video element in HTML5? I'm trying to use …

javascript html html5-video html5-audio
Why does audio.buffered.end(0) get an error message when I try to get buffered time

I'm building mp3 playlist player with HTML5 and jQuery. At this player there is a horizontal bar grow gradually in …

jquery html5-audio
Online audio/video conference system in html5

I'm trying to figure out if HTMl5 is suited for the client part of an online conference system. The client …

html websocket html5-video html5-audio conferencing
What does the FFT data in the Web Audio API correspond to?

I've used the FFT data from the Analyser node using the getByteFrequencyData method in the Web Audio API to create …

audio fft html5-audio web-audio-api