#!/bin/bash # First create a directory in which to build your talking clock. # Then cd to this directory and run this script. # Once the clock is built, you will need to run festival as shown at the end. # You can replace "clock" here with your own user name. PATH=$PATH:/usr/local/festival/test/festival/bin PATH=$PATH:/usr/local/festival/test/speech_tools/bin export ESTDIR=/usr/local/festival/test/speech_tools export FESTVOXDIR=/usr/local/festival/test/festvox /usr/local/festival/test/festvox/src/ldom/setup_ldom uiuc time clock festival -b festvox/build_ldom.scm '(build_prompts "etc/time.data")' na_play prompt-wav/time0001.wav echo Ready? read x bin/prompt_them etc/time.data ./bin/make_labs prompt-wav/*.wav ## DTW alignment ./bin/make_pm_wave wav/*.wav ## pitch extraction ./bin/make_mcep wav/*.wav ## if change label do next two again festival -b festvox/build_ldom.scm '(build_utts "etc/time.data")' festival -b festvox/build_ldom.scm '(build_clunits "etc/time.data")' #festival festvox/uiuc_time_clock_ldom.scm #(voice_uiuc_time_clock_ldom) #(saytime) #(saythistime "11:32")