UNTREF Speech Workshop

From Robert-Depot
Revision as of 06:10, 3 September 2013 by Rtwomey (talk | contribs)

Jump to: navigation, search

<<< back to Wiki Home

Background

Recognition

Background

Installing CMU Sphinx

http://cmusphinx.sourceforge.net/wiki/download/

Models

Acoustic models versus language models.

Grammars versus Satistical Language Models.

Using sphinx

  • open a terminal. Windows, Run->Cmd.
  • change to the pocketsphinx directory.
    • cd Desktop\untref_speech\pocketsphinx-0.8-win32\bin\Release
  • run the pocketsphinx command:
    • pocketsphinx_continuous.exe -hmm ..\..\model\hmm\en_US\hub4wsj_sc_8k -dict ..\..\model\lm\en_US\cmu07a.dic -lm ..\..\model\lm\en_US\hub4.5000.DMP
    • this should transcribe live from the microphone.

Training your own Models

grammer is trivial.

slm, can use online tools. or try the sphinxtrain packages.

Programming with Speech Recognition

Processing. Sphinx4, the java interface.

Python or c++, command line, android. pocketsphinx.

Synthesis

Speech synthesis

FestVox. CMU Speech group.

Festival from University of Edinburgh.

Download