festival voices

Milan Zamazal pdm at freebsoft.org
Fri Apr 16 08:42:33 CEST 2004


>>>>> "JH" == Jon Hood <jon at squinky.gotdns.com> writes:

    JH> I added the following to /usr/lib/festival/init.scm and set
    JH> "female1" in speechd.conf, but still no beans:

You can try to telnet to the Festival server and check manually that
everything works as expected there:

  telnet localhost 1314
  (speechd-set-language "en")
  (speechd-set-voice "female1")
  (utt.play (speechd-speak* "Hello world."))

If the commands respond with LP (and some other information) and you can
hear "hello world" in the expected voice, the Festival configuration is
OK.  Otherwise, if any of the commands responds with ER, investigate the
Festival server log for more information about the error.

BTW, don't forget you have to restart both Festival and Speech
Dispatcher so that any Festival configuration change took its effect.
The proper restarting sequence is: Stop Speech Dispatcher, restart
Festival server, start Speech Dispatcher.

Regards,

Milan Zamazal

-- 
SomeProgrammersLikeWritingLikeThis.However,IDontThinkThisFormOfCommunicationIs\
AGoodIdea.IApologizeToAllWhoCantReadMyTextsWrittenInATraditionalStyle.



More information about the Speechd mailing list