Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37513217
en ru br
ALT Linux repos
S:2.5-alt0.4
5.0: 1.96-alt6
4.1: 1.96-alt5.M41.1
4.0: 1.96-alt2.6
3.0:
+backports:1.96-alt0.M30.1

Other repositories
Upstream:1.96-beta

Group :: Sound
RPM: festival

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; 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)
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin