On 2021-01-28 10:47, Matthew Miller wrote:
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.

But not yet:

[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.

I rechecked, festival runs wirhout the "rc" file. Perhhaps this is the result of trying to tell it to do what the default has set it to? How should I enter the "Duration_Stretch" command that Jon LaBadie suggests? And where can I find those commans?

I don't remember seeing this in the man page?

--

Bob Goodwin - Zuni, Virginia, USA
FEDORA-32/64bit LINUX XFCE Fastmail POP3
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
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/users@lists.fedoraproject.org

Reply via email to