Changes

Festival TTS

528 bytes added, 14:22, 19 October 2012
no edit summary
#copy audio files into <code>wav/</code>
#use <pre>bin/get_wavs</pre> to copy files to power normalize and convert to proper format.
 
= using meghan voice =
 
=To run the server:
*open terminal:
cd /Users/murmur/Desktop/meghan
festival_server -c meghans_special_sauce.scm
 
*To kill the server:
Control-C
 
*To run the client:
open a 2nd terminal window:
cd /Users/murmur/Desktop/meghan
festival_client myfile.txt --ttw --output client_test.wav
*Other stuff (python):
 
import os
os.popen("/Applications/festival_2.1/festival/src/main/festival_client /Users/murmur/Desktop/meghan/myfile.txt --ttw --output /Users/murmur/Desktop/meghan/client_test78.wav")