Difference between revisions of "UNTREF Speech Workshop"

From Robert-Depot
Jump to: navigation, search
(Speech synthesis)
Line 1: Line 1:
 
[[Home | <<< back to Wiki Home]]
 
[[Home | <<< back to Wiki Home]]
 
+
='''Recognition'''=
 
=Background=
 
=Background=
 
*pocketsphinx on win32 - http://www.aiaioo.com/cms/index.php?id=28
 
*pocketsphinx on win32 - http://www.aiaioo.com/cms/index.php?id=28
Line 19: Line 19:
 
Python or c++, command line, android. '''pocketsphinx'''.
 
Python or c++, command line, android. '''pocketsphinx'''.
  
 +
='''Synthesis'''=
 
=Speech synthesis=
 
=Speech synthesis=
 
FestVox. CMU Speech group.
 
FestVox. CMU Speech group.

Revision as of 05:57, 3 September 2013

<<< back to Wiki Home

Recognition

Background

Installing CMU Sphinx

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

Models

Acoustic models versus language models.

Grammars versus Satistical Language Models.

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