]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
change default tts, so it works out of the box
authorRaymond Chandler <intralanman@freeswitch.org>
Fri, 4 Sep 2009 13:55:56 +0000 (13:55 +0000)
committerRaymond Chandler <intralanman@freeswitch.org>
Fri, 4 Sep 2009 13:55:56 +0000 (13:55 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14762 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/applications/mod_rss/mod_rss.c

index 98a31c13949d8c5b4249cbe41df7418d3239456e..9e4ca9c596bdae7e092492cec6fc88600e87282c 100644 (file)
@@ -52,8 +52,8 @@ struct dtmf_buffer {
 
 #define TTS_MEAN_SPEED 170
 #define TTS_MAX_ENTRIES 99
-#define TTS_DEFAULT_ENGINE "cepstral"
-#define TTS_DEFAULT_VOICE "david"
+#define TTS_DEFAULT_ENGINE "flite"
+#define TTS_DEFAULT_VOICE "slt"
 
 #define MATCH_COUNT