📜 ⬆️ ⬇️

Speech Recognition from Javascript

image

Recently, Google allowed to pronounce text using the Text-To-Speech API . Now it is also possible to reverse the conversion of speech to text.

Using speechapi.com it is possible to build interesting speech web resources including two-sided text-to-speech and speech-to-text (speech-to-text as and text-to-speech) transformations.
')
This was made possible through the use of various technologies: flash is used to access the microphone and streaming audio, Red5 - as a versatile open source media server.

( Link to the original )
UPD: moved to Javascript

An example of using the API:





<body>
...
<div id="swfcontainer"> </div>
...
</body>

Source: https://habr.com/ru/post/93854/


All Articles