Jatin K wrote:

> festival --tts mytextfile.txt  | what to pipe ??????
Just a wild guess, maybe...

festival --tts mytextfile.txt  | text2wave

This is the sort of useful information I would like to 
know, too!

Didn't text2wave file.txt -o audio.wav work?


Another idea, could one simply use

festival --tts mytextfile.txt > audio.wav ???

The audio from festival is being output to what I 
suppose must be the standard output for audio, so you 
should be able to simply redirect it to a file, n'est-
ce pas? I don't know what format it would be in, but my 
guess is wav.

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Reply via email to