The audio object is part of the HTML5 audio api. It extends the <audio> tag and allows users to access audio data. This enables the ability to manipulate or create new audio data.
Inherits from HTMLAudioElementHTMLAudioElement
PropertiesNo properties.
MethodsNo methods.
EventsNo events.
Inherited from HTMLAudioElement PropertiesNo properties.
MethodsNo methods.
EventsNo events.
NotesBeginning with Internet Explorer 9, any audio or video content needs the correct mime type set on the server, or the files won't play. Internet Explorer 9 and Internet Explorer 10 support MP3 audio, and MP4 audio and video. WebM audio and video files can be supported by installing the WebM components from The WebM project. The following table shows the required settings for your web server to host these files correctly.
Media file to serve Extension setting Mime type setting Audio mp3 mp3 audio/mpeg Audio mp4 m4a audio/mp4 Audio WebM webm audio/webm Video mp4 mp4 video/mp4 Video webm webm video/webm Related specificationsMicrosoft Developer Network: [Windows Internet Explorer API reference Article]
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4