

- #Using the festival speech synthesis system with windows 10 install#
- #Using the festival speech synthesis system with windows 10 windows 10#
Once again, run the steps one by one so you can make sure there are no errors. Instructions in the build_cg_voice script to build your voice. Make sure that you have your recordings in the wav/ folder and the list of sentences in the etc/ file. Double check that they are 16KHz and 16bit. You should now have your wav files in the wav folder. Use bin/get_wavs to copy the wavefiles so that they get power normalized and get changed to a reasonable format (16KHz, 16bit, RIFF format). If you choose to record using some other software, copy your recordings to the recordings/ folder in the voice directory. prompt_them can be stopped with ctrl-c and restarted at the line number given as the second argument. You can use $ESTDIR/bin/na_play to play the waveform files.

It should generate recordings in the wav/ directory. You must check that the recording actually works. This will prompt you to record one sentence at a time by synthesizing each sentence using Festival's default voice. Copy the sentences that you want to record (in exactly the same format) into a file named and save it in the etc/ folder in your voice directory. Record the first 100 utterances (or more) of the ARCTIC prompt set which you can find hereĪrctic_prompts.data. $FESTVOXDIR/src/clustergen/setup_cg cmu us ss To build a talking clock, follow the instructions in build_talking_clock Both will involve recording your voice so make sure you do this well in advance. You can either build a talking clock in your own voice or a general purpose synthesizer (CLUSTERGEN) that can say anything in your own voice. Submit a short writeup with the errors that Festival and a commercial synthesizer make (10 errors each).īefore starting you must set two environment variables You should try to find some commercial system out there that offers a

Higher grades will be given for more different types of error. You can check for pronunciation problems, non-standard word errorsĮtc. All rights reserved.įestival> (set! utt1 (SayText "Hello world."))įestival> ( utt1 "example.wav") Once Festival is installed you should be able to run it from the command lineįestival Speech Synthesis System 2.5.0:current February 2017Ĭopyright (C) University of Edinburgh, 1996-2010.
#Using the festival speech synthesis system with windows 10 install#
You will need to apt-get install build-essential libncurses5-dev sox first.įor Linux and OSX is should work out of the box you you may need toįinding problems with Festival and other synthesizers
#Using the festival speech synthesis system with windows 10 windows 10#
Windows 10 install the Windows Subsystem for Linux and get a bash shell. Part One Installing Festival and the Festvox tools
