*in Scheme:<pre>(voice_uw_us_rdt_clunits) </pre>
*<pre>(SayText "this is a little test.")</pre>
=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>
*instead of: <pre>./bin/make_pm_wave wav/*.wav</pre>
do <pre>./bin/make_pm_wave etc/uniphone.data </pre>