;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;; ;;; Site specific initialization file for Festival ;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Any site-wide Festival initialization can be added to this file. ;; It is marked as a configuration file, so your changes will be saved ;; across upgrades of the Festival package. ;; Note that many configuration settings are better made in ;; individual ~/.festivalrc files. For example, if you want to ;; enable ESD audio and do it here, it'll break screen reading ;; on the login screen. Instead, put the (uncommented) line ;(Parameter.def 'Audio_Method 'esdaudio) ;; in your individual initialization file. ;; You can make Festival use your own program to play waveform ;; files. Uncomment the following and change "play" to the name of ;; your local program that can play files ;(Parameter.set 'Audio_Required_Format 'riff) ;(Parameter.set 'Audio_Command "play $FILE") ;(Parameter.set 'Audio_Method 'Audio_Command) ;; You can change the default voice with something like: ;(set! voice_default 'voice_nitech_us_awb_arctic_hts) ;; If you want to install voices into a non-default location, ;; see sitevars.scm for the appropriate settings. (provide 'siteinit)