--- festival-1.4.3.orig/lib/festdoc.scm +++ festival-1.4.3/lib/festdoc.scm @@ -55,6 +55,7 @@ ;; Need to ensure all library files are actually loaded if they contain ;; funcstions/variables which have to be put in the manual + (require 'festival) (require 'display) (require 'mbrola) (require 'tilt) --- festival-1.4.3.orig/lib/lexicons.scm +++ festival-1.4.3/lib/lexicons.scm @@ -42,7 +42,7 @@ (if (probe_file (path-append libdir "dicts")) (path-append libdir "dicts/") ;; else we'll guess we're in the CSTR filespace - (path-as-directory "/projects/festival/lib/dicts/")) + (path-as-directory "/usr/share/festival/dicts/")) "lexdir The directory where the lexicon(s) are, by default.") --- festival-1.4.3.orig/lib/voices.scm +++ festival-1.4.3/lib/voices.scm @@ -42,7 +42,7 @@ ;; The path to search for voices is created from the load-path with ;; an extra list of directories appended. -(defvar system-voice-path '( ) +(defvar system-voice-path '("/usr/share/festival/voices/") "system-voice-path Additional directory not near the load path where voices can be found, this can be redefined in lib/sitevars.scm if desired.") --- festival-1.4.3.orig/lib/voices/english/kal_diphone/festvox/kal_diphone.scm +++ festival-1.4.3/lib/voices/english/kal_diphone/festvox/kal_diphone.scm @@ -0,0 +1 @@ +(define voice_kal_diphone (lambda () t)) (provide 'kal_diphone)