Blame SOURCES/festival-1.96-0.7-fedora-sitevars.scm

23ca74
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
23ca74
;;;
23ca74
;;;  Site specific variable settings for Festival
23ca74
;;;
23ca74
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
23ca74
23ca74
;; The system-voice-path is an additional path in which to look
23ca74
;; for voices. If you install voices not provided in the form of
23ca74
;; rpm package, you should then set this to match. The default
23ca74
;; provided here, "/usr/local/share/festival/lib/voices/", is
23ca74
;; probably a good choice. You could also set this in
23ca74
;; ~/.festivalvarsrc, if you want to use a voice not provided to
23ca74
;; the system as a whole.
23ca74
23ca74
(set! system-voice-path '("/usr/local/share/festival/lib/voices/"))
23ca74
(set! system-voice-path-multisyn
23ca74
               '("/usr/local/share/festival/lib/voices-multisyn/"))
23ca74
23ca74
23ca74
23ca74
(provide 'sitevars)