Changes

Festival TTS

6 bytes added, 19:17, 9 October 2012
Building a Unit Selection Cluster Voice
#make labels: <pre>./bin/make_labs prompt-wav/*.wav</pre>
#build utterance structure: <pre>festival -b festvox/build_clunits.scm '(build_utts "etc/uniphone.data")'</pre>
#do pitch marking: <pre>./bin/make_pm_wave etc/uniphone.data </pre>#find Mel Frequency Cepstral Coefficients: <pre>./bin/make_mcep wavetc/*uniphone.wavdata</pre>
#build cluster unit selection synth: <pre>festival -b festvox/build_clunits.scm '(build_clunits "etc/uniphone.data")'</pre>