Difference between revisions of "Festival TTS"

From Robert-Depot
Jump to: navigation, search
Line 1: Line 1:
 
[[Home | <<< back to Wiki Home]]
 
[[Home | <<< back to Wiki Home]]
 +
 
=Getting Started=
 
=Getting Started=
 
*Festival Speech Synthesis System - http://www.cstr.ed.ac.uk/projects/festival/
 
*Festival Speech Synthesis System - http://www.cstr.ed.ac.uk/projects/festival/
Line 10: Line 11:
 
*short tutorial - http://festvox.org/festtut-2.0/
 
*short tutorial - http://festvox.org/festtut-2.0/
 
*exercises and hints - http://festvox.org/festtut-2.0/exercises/
 
*exercises and hints - http://festvox.org/festtut-2.0/exercises/
 +
 
=Training a Voice Model=
 
=Training a Voice Model=
 
*howto http://festvox.org/festvox/c3170.html#AEN3172
 
*howto http://festvox.org/festvox/c3170.html#AEN3172
Line 16: Line 18:
 
*Building a Unit Selection Cluster Voice - http://festvox.org/festvox/x3082.html
 
*Building a Unit Selection Cluster Voice - http://festvox.org/festvox/x3082.html
 
*Building a CLUSTERGEN Statistical Parametric Synthesizer: http://festvox.org/festvox/c3170.html#AEN3172
 
*Building a CLUSTERGEN Statistical Parametric Synthesizer: http://festvox.org/festvox/c3170.html#AEN3172
 +
 +
=changes=
 +
instead of:
 +
<pre>festival -b festvox/build_clunits.scm '(build_prompts "etc/uniphone.data")'</pre>
 +
do:
 +
<pre>festival -b festvox/build_clunits.scm '(build_prompts_waves "etc/uniphone.data")'</pre>

Revision as of 11:34, 9 October 2012

<<< back to Wiki Home

Getting Started

Learning

Training a Voice Model

changes

instead of:

festival -b festvox/build_clunits.scm '(build_prompts "etc/uniphone.data")'

do:

festival -b festvox/build_clunits.scm '(build_prompts_waves "etc/uniphone.data")'