Top "Html5-audio" questions

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

mediaelement.js changeSkin

Even though it does not have much documentation I can find on the subject I know that in mediaelement.js …

jquery css html5-audio mediaelement.js
Web Audio API append/concatenate different AudioBuffers and play them as one song

I've been playing with the Web Audio API and I'm trying to load multiple parts of a song and append …

javascript concatenation html5-audio web-audio-api arraybuffer
Speech Recognition - Run continuously

I'm trying to create an HTML5-powered voice-controlled editor using the Speech Recognition API. Currently, the problem is when you …

javascript html speech-recognition html5-audio
decodeAudioData HTML5 Audio API

I want to play audio data from an ArrayBuffer... so I generate my array and fill it with microfone input. …

javascript html buffer decode html5-audio
How can I add predefined length to audio recorded from MediaRecorder in Chrome?

I am in the process of replacing RecordRTC with the built in MediaRecorder for recording audio in Chrome. The recorded …

javascript google-chrome html5-audio mediarecorder recordrtc
HTML5 How to replace WebAudio API for Internet Explorer for javascript games?

I'm new with audio in html. I found some nice examples for little javascript games. Want I try to load …

javascript internet-explorer html5-audio web-audio-api soundmanager2
Creating a 10-Band Equalizer Using Web Audio API

I'm trying to wrap my head around using the Web Audio API to recreate something like Winamp's 10-band equalizer. (source: …

javascript html5-audio equalizer web-audio-api
Triggering an HTML5 audio track to play whenever it has loaded

I'm trying to play an HTML5 audio track a few seconds after the page has loaded using the .play() JavaScript …

javascript html buffering html5-audio
BigBlueButton audio stuck at echo test

I successfully installed BigBlueButton. There are no errors in the terminal output as well. When accessing the demo html5client, …

webrtc html5-audio bigbluebutton
html audio tag, duration always infinity

I've been working on using the html audio tag to play some audio files. The audio plays alright, but the …

javascript html html5-audio