4 |
- |
1 |
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
|
2 |
;;;
|
|
|
3 |
;;; Site specific variable settings for Festival
|
|
|
4 |
;;;
|
|
|
5 |
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
|
6 |
|
|
|
7 |
;; The system-voice-path is an additional path in which to look
|
|
|
8 |
;; for voices. If you install voices not provided in the form of
|
|
|
9 |
;; rpm package, you should then set this to match. The default
|
|
|
10 |
;; provided here, "/usr/local/share/festival/lib/voices/", is
|
|
|
11 |
;; probably a good choice. You could also set this in
|
|
|
12 |
;; ~/.festivalvarsrc, if you want to use a voice not provided to
|
|
|
13 |
;; the system as a whole.
|
|
|
14 |
|
|
|
15 |
(set! system-voice-path '("/usr/local/share/festival/lib/voices/"))
|
|
|
16 |
(set! system-voice-path-multisyn
|
|
|
17 |
'("/usr/local/share/festival/lib/voices-multisyn/"))
|
|
|
18 |
|
|
|
19 |
|
|
|
20 |
|
|
|
21 |
(provide 'sitevars)
|