Most voted "html5-audio" questions
HTML5 audio element defined by W3C as Web Audio API and supported by all modern browsers.
Learn more…53 questions
Sort by count of
-
0
votes0
answers185
viewsHow to activate autoplay with sound in any browser?
Hello. I am working on a website and I would like a background sound to start playing automatically when I open the page. However, it seems that Google has been censoring anything that brings…
-
0
votes1
answer33
viewsI cannot run an audio player using Flask with Python3.7
Good afternoon! I’m trying to perform a seemingly simple task, which is to run an audio player on an HTML page using an app made in Flask, but I can’t get the player to load the audio. PYTHON APP: #…
-
-1
votes1
answer101
viewsHow to get microphone frequency in Hertz in Java Script?
I am working on a component of an application, where I have to pick up the frequency of a sound sent by an audio input (microphone). Although I’ve never done any of this, I did a little research,…