Speech To Text Conversion using Java API

Posted by Unknown On Friday 28 November 2014 0 comments
Speech Recognition is the process of converting spoken input to digital output, such as text. Speech recognition systems provide computers with the ability to listen to user speech and determine what is said.
The Speech Recognition process can be divided into these four steps:
  1. Speech is converted to digital signals.
  2. Actual speech sounds are extracted from the sounds (based on energy of the sounds).
  3. The extracted sounds are put together into ‘speech frames.’
  4. The speech frames are compared with words from the grammar file to determine the spoken word.

0 comments:

Post a Comment