Using Sphinx ASR

Revision as of 10:43, 3 October 2013 by Rtwomey (talk | contribs) (analyzing in ubuntu)

Revision as of 10:43, 3 October 2013 by Rtwomey (talk | contribs) (analyzing in ubuntu)

Course

analyzing in ubuntu

  • generating output from VoiceID program (prompting for unknown speakers)
vid -u -k -i robertrauschenberg1.mov
  • analyzing output of voiceID program with pocketsphinx
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
  • generte word timings
pocketsphinx_continuous -infile rauschenberg1.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 -time yes