Top "Html5-audio" questions

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

How to allow video autoplay in a Google Chrome kiosk app in version 66 or later

As of version 66 of Google Chrome onwards it will no longer automatically start playback of audio and video files when …

google-chrome-extension html5-video html5-audio google-chrome-app google-chrome-os
Web Audio API resume from pause

I often read that it's not possible to pause/resume audio files with the Web Audio API. But now I …

javascript html google-chrome html5-audio web-audio-api
HTML5 Audio tag on Safari has a delay

I'm trying to accomplish a simple doodle-like behaviour, where a mp3/ogg sound rings on click, using the html tag. …

javascript html html5-audio
How to mute/unmute mic in webrtc

I have read from here that how i can mute/unmute mic for a localstream in webrtc:WebRTC Tips & …

html5-video webrtc html5-audio simplewebrtc
how to get audio.duration value by a function

Im my audio player I need to get the duration of my audio track. I need a function that gets …

javascript jquery audio html5-audio
UIWebView: HTML5 audio pauses in iOS 6 when app enters background

Good day, My app is a music playing app. I control the <audio>-Tag with Javascript. So far …

ios uiwebview ios6 avfoundation html5-audio
Detecting HTML5 audio element file not found error

I am trying to make a the browser display an alert if an audio element src attribute points to a …

javascript html audio html5-audio
Changing html5's source "src" attribute takes no effect wtih angularjs

I have a list of audio files presented as links and an <audio> html5 player. Each link invokes …

angularjs html5-audio
Setting the currentTime of an <audio> tag not working?

I have this audio tag playing in the background, and I'm able to store the progress in seconds to a …

javascript html html5-audio
Audio data streaming in HTML5

I am receiving PCM audio data from the server in small chunks and having them stored in an Array. Now …

javascript html google-chrome audio-streaming html5-audio