diff options
author | Philip Häusler <msquare@notrademark.de> | 2011-06-11 18:10:20 +0200 |
---|---|---|
committer | Philip Häusler <msquare@notrademark.de> | 2011-06-11 18:10:20 +0200 |
commit | 49a20487e74aaa2fa17784c6c9d5a6179393e07c (patch) | |
tree | 3ace8aa439becc53f7187367a425ab3be1099169 /default-conf/etc/festival.scm | |
parent | 946c230e6f8e04c7dd8f92ca3190a51ac220f0ca (diff) |
move default-config to install dir
Diffstat (limited to 'default-conf/etc/festival.scm')
-rw-r--r-- | default-conf/etc/festival.scm | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/default-conf/etc/festival.scm b/default-conf/etc/festival.scm deleted file mode 100644 index d39be33e..00000000 --- a/default-conf/etc/festival.scm +++ /dev/null @@ -1,17 +0,0 @@ -;; 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. -;; - - -; Server access list (hosts) -(set! server_access_list '("[^.]+" "127.0.0.1" "localhost.*")) - -;; Command for Asterisk begin -(define (tts_textasterisk string mode) - "(tts_textasterisk STRING MODE) - Apply tts to STRING. This function is specifically designed for - use in server mode so a single function call may synthesize the string. - This function name may be added to the server safe functions." - (utt.send.wave.client (utt.wave.resample (utt.wave.rescale (utt.synth (eval (list 'Utterance 'Text string))) 5) 8000))) - |