Difference between revisions of "Using Sphinx ASR"

From Robert-Depot
Jump to: navigation, search
Line 1: Line 1:
 +
=Course=
 
http://www.ece.ucsb.edu/Faculty/Rabiner/ece259/speech%20recognition%20course.html
 
http://www.ece.ucsb.edu/Faculty/Rabiner/ece259/speech%20recognition%20course.html
  
 
http://www.ece.ucsb.edu/Faculty/Rabiner/ece259/speech%20course.html
 
http://www.ece.ucsb.edu/Faculty/Rabiner/ece259/speech%20course.html
 +
 +
=analyzing in ubuntu=
 +
*analyzing output of voiceID program.
 +
*<code>pocketsphinx_continuous -infile S0.wav -hmm /usr/local/share/pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k/ -lm /usr/local/share/pocketsphinx/model/lm/en_US/hub4.5000.DMP -dict /usr/local/share/pocketsphinx/model/lm/en_US/hub4.5000.dic</code>

Revision as of 10:27, 3 October 2013

Course

http://www.ece.ucsb.edu/Faculty/Rabiner/ece259/speech%20recognition%20course.html

http://www.ece.ucsb.edu/Faculty/Rabiner/ece259/speech%20course.html

analyzing in ubuntu

  • analyzing output of voiceID program.
  • pocketsphinx_continuous -infile S0.wav -hmm /usr/local/share/pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k/ -lm /usr/local/share/pocketsphinx/model/lm/en_US/hub4.5000.DMP -dict /usr/local/share/pocketsphinx/model/lm/en_US/hub4.5000.dic