How to set festival voice in FC-2?

Felipe Alfaro Solana lkml at mac.com
Sun Feb 6 14:31:22 UTC 2005


On 6 Feb 2005, at 15:05, Bob Goodwin wrote:

> I am running  festival 1.4.2 in Fedora Core 2. It works but I am 
> having problems trying to configure it to suit me.
>
> The following command works normally.
> temp]# festival  --tts  "Langalist.txt"
>
> But when I attempt to change the voice I get an error message _
> temp]# festival --(voice_kal_diphone) --tts   "Langalist.txt"
> bash: syntax error near unexpected token `('

The parenthesis symbol must be escaped. Else, your shell will interpret 
it as a way to combine several commands at once:

festival --\(voica_kal_diphone\) -tts "Langalist.txt"




More information about the fedora-list mailing list