Content deleted Content added
No edit summary |
(edited with ProveIt) |
||
Line 28:
|-
! style="text-align: left;" | [[MP3]]
| rowspan="2" {{yes|5.0}}<ref
| {{no}}<ref
| rowspan="2" {{depends}}
|-
Line 37:
! style="text-align: left;" | [[Speex]]
| {{no}}
| {{no}}<ref
| {{depends}}
| {{no}}
|-
Line 44:
==Speech API==
The
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.
*Speech Input API
*Text to Speech API
Google integrated this feature into Google Chrome on March 2011.<ref>{{cite web | url=http://chrome.blogspot.com/2011/03/talking-to-your-computer-with-html5.html | title=Talking to your computer | accessdate=January 28, 2012}}</ref> Letting its users search the web with their voice by doing:
<script type="text/javascript">
function startSearch(event) {
event.target.form.submit();
}
</script>
<form action="http://www.google.com/search">
<input type="search" name="q" speech required onspeechchange="startSearch">
</form>
==See also==
|