HTML audio: Difference between revisions

Content deleted Content added
Created page with '{{HTML|image=HTML5.svg}} '''HTML5 Audio''' is an element introduced in the HTML5 draft specification for the purpose of playing, generating ...'
 
(edited with ProveIt)
Line 2:
'''HTML5 Audio''' is an [[HTML element|element]] introduced in the [[HTML5]] draft specification for the purpose of playing, generating and synthesising audio,
 
==<Audio> element==
This table documents the current support for audio codecs by the <code>&lt;audio&gt;</code> element.
{| style="text-align: center; width: 95%" class="wikitable"
|-
Line 36 ⟶ 37:
|-
|}
 
==Speech API==
The HTML Speech Incubator group has proposed the implementation of audio-speech technology in browsers in the form of uniform, cross-platform APIs that can be used to buildweb applications. The API contains both:
*Speech Input API
*Text to Speech API
<ref>{{cite web | url=https://wiki.mozilla.org/HTML5_Speech_API | title=HTML5 Spech API | accessdate=January 28, 2012}}</ref>