Speech Recognition Engines

Flat
Real time recognition using sphinx3.x
User: sarvesh
Date: 6/3/2009 8:16 am
Views: 4641
Rating: 5

Please share your valuable knowledge regarding live mode recognition using sphinx3.x . myself trying to use livepretend option but not getting success.

Can anyone show me the right way to go ahead.

Thanks in advance

--- (Edited on 6/3/2009 6:46 pm [GMT+0530] by sarvesh) ---

Re: Real time recognition using sphinx3.x
User: kmaclean
Date: 6/10/2009 12:51 pm
Views: 2111
Rating: 6

Hi sarvesh,

With a little bit of Googling, I found these links:

From the first link (Keith Vertanen's site):

Sphinx-3 live cross-platform speech recognition example

Overview:


Here is an example I developed to test live real-time speech recognition using CMU Sphinx and the PortAudio library. The example works on both Windows and Linux. I've tested it with sphinxbase v0.3 and sphinx3 v0.7, but not with the latest source trees from CMU.

The example is a simple command line program that:
  • Lists the details of all the audio devices found.
  • Plays a sine wave beep.
  • Records 16-bit 16kHz audio.
  • Streams audio to Sphinx-3 decoder, showing intermediate hypotheses.
  • Writes final 1-best recognition to a file (simple.txt).
  • Writes recognition lattice to a file (simple.lat.gz).
  • Saves the raw audio to a file (simple.raw).
  • Plays back the recording.
  • Allows audio input/output devices to be specified via the command line.

Ken

 

--- (Edited on 6/10/2009 1:51 pm [GMT-0400] by kmaclean) ---

PreviousNext