Can mediaelement.js playback .WAV sound files?
Also, even though these are not specified in mediaelement.js website, since Flash is able to playback these formats, can mediaelement.js possibly playback AAC, M4V, M4A, 3GP, MOV and 3GPP?
How about HTML5 playback of any of the formats mentioned above?
Thank you.
MediaElement. js provides free and open source HTML5 player. One file is displayed with the same UI in any browser using audio and video players in pure HTML and CSS. Its accessibility standards include WebVTT.
The HTMLMediaElement interface adds to HTMLElement the properties and methods needed to support basic media-related capabilities that are common to audio and video. The HTMLVideoElement and HTMLAudioElement elements both inherit this interface.
The media elements, as the HTML5 audio and video elements are generically termed, are a way of embedding playable media files directly into a web page without having to use Flash or a plug-in. The elements can be styled with CSS, integrated with SVG and Canvas, and controlled with JavaScript.
WAV is generally supported in my experience, but of course this is depending on the user's browser, as with all officially supported formats, too.
Have a look at my web app, with the WAV example here, which uses mediaelementjs as player engine.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With