On Thu, Jan 28, 2021 at 10:06:23AM -0500, Bob Goodwin wrote:
> [bobg@WS-1 ~]$ cat .festivalrc
> set! voice_default voice_cmu_us_clb_cg
>
> However /see the following when I try to use festival -/
>
> [bobg@WS-1 ~]$ festival --tts tstgw
> SIOD ERROR: unbound variable : voice_cmu_us_clb_cg
> closing a file left open: /home/bobg/.festivalrc
> closing a file left open: /usr/share/festival/init.scm
> festival: fatal error exiting.
>
> What am I missing? *Bob*
Parenthesis. The rc file is literally a Lisp program. So:
(set! voice_default voice_cmu_us_clb_cg)
should work.
--
Matthew Miller
<[email protected]>
Fedora Project Leader
_______________________________________________
users mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct:
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives:
https://lists.fedoraproject.org/archives/list/[email protected]