Changes

Festival TTS

590 bytes added, 15:13, 6 November 2012
no edit summary
#find Mel Frequency Cepstral Coefficients: <pre>./bin/make_mcep etc/timit.data</pre>
#build cluster unit selection synth: <pre>festival -b festvox/build_clunits.scm '(build_clunits "etc/timit.data")'</pre>
 
 
=Improving Quality=
*Fix phoneme labeling - http://sourceforge.net/projects/wavesurfer/
*tuning a voice - http://www.cstr.ed.ac.uk/emasters/summer_school_2005/tutorial3/tutorial.html
= Using Voices =
==Using new Voices==
===Modify new voice so festival knows it's there===
*append to uw_us_rdt_clunits.scm in uw_us_rdt_clunits/festvox: <code>
(proclaim_voice
'uw_us_rdt_clunits
'((language english)
(gender male)
(dialect american)
(description
"This is Robert Twomey trained on CLUNITS, TIMIT databse.")))
 
(provide 'uw_us_rdt_clunits)
</code>
===Install voice to festival directory==
*http://roberttwomey.com/downloads/uw_us_rdt_clunits.tar.gz
*unzip file from festival root directory, it should install to the correct directory
*copy your newly trained voice to <code>festival/lib/voices/english/</code>
*the name of your new voice directory (ex: <code>uw_us_rdt_clunits/</code>) needs to match the voice file (ex: <code>uw_us_rdt_clunits/festvox/uw_us_rdt_clunits.scm</code>)
===Configure festival to use your voice by default===
*to set your voice as default, add the following to <code>festival/etc/siteinit.scm</code>:
<pre>
*http://www.cstr.ed.ac.uk/projects/festival/manual/festival_24.html
=Improving Quality=
*Fix phoneme labeling - http://sourceforge.net/projects/wavesurfer/
*tuning a voice - http://www.cstr.ed.ac.uk/emasters/summer_school_2005/tutorial3/tutorial.html
=Tuning phrasing, prosody, etc with SABLE=
*http://www.cstr.ed.ac.uk/projects/festival/manual/festival_10.html#SEC31