HTML audio: Difference between revisions

Content deleted Content added
Transposed the table, I believe this makes it more readable and parallels the HTML5 video support table.
Line 54:
The Speech API aims to provide an alternative input method for web applications (without using a keyboard).
With this API, developers can give web apps the ability to transcribe your voice to text, from your computer's microphone. The recorded audio is sent to speech servers for transcription, after which the text is typed out for you. The API itself is agnostic of the underlying speech recognition implementation and can support both server based as well as embedded recognizers. <ref>{{cite web | url=http://lists.w3.org/Archives/Public/public-xg-htmlspeech/2011Feb/att-0020/api-draft.html#introduction | title=API draft | accessdate=January 28, 2012}}</ref>
The '''HTML Speech Incubator group''' has proposed the implementation of audio-speech technology in browsers in the form of uniform, cross-platform APIs. The API contains both:<ref>{{cite web | url=https://wiki.mozilla.org/HTML5_Speech_API | title=HTML5 SpechSpeech API | accessdate=January 28, 2012}}</ref>
*Speech Input API
*Text to Speech API