Sat, 18 Jul 2009 14:08:34 +0200
Adjust buildconf until Nokia corrects flawed GNU iconv integration.
The problem corrected by this adjustment involves font glyphs appearing
as normal font sized empty squares. All text is illegible.
michael@202 | 1 | ; |
michael@202 | 2 | ; Festival Configuration |
michael@202 | 3 | ; |
michael@202 | 4 | ;[general] |
michael@202 | 5 | ; |
michael@202 | 6 | ; Host which runs the festival server (default : localhost); |
michael@202 | 7 | ; |
michael@202 | 8 | ;host=localhost |
michael@202 | 9 | ; |
michael@202 | 10 | ; Port on host where the festival server runs (default : 1314) |
michael@202 | 11 | ; |
michael@202 | 12 | ;port=1314 |
michael@202 | 13 | ; |
michael@202 | 14 | ; Use cache (yes, no - defaults to no) |
michael@202 | 15 | ; |
michael@202 | 16 | ;usecache=yes |
michael@202 | 17 | ; |
michael@202 | 18 | ; If usecache=yes, a directory to store waveform cache files. |
michael@202 | 19 | ; The cache is never cleared (yet), so you must take care of cleaning it |
michael@202 | 20 | ; yourself (just delete any or all files from the cache). |
michael@202 | 21 | ; THIS DIRECTORY *MUST* EXIST and must be writable from the asterisk process. |
michael@202 | 22 | ; Defaults to /tmp/ |
michael@202 | 23 | ; |
michael@202 | 24 | ;cachedir=/var/lib/asterisk/festivalcache/ |
michael@202 | 25 | ; |
michael@202 | 26 | ; Festival command to send to the server. |
michael@202 | 27 | ; Defaults to: (tts_textasterisk "%s" 'file)(quit)\n |
michael@202 | 28 | ; %s is replaced by the desired text to say. The command MUST end with a |
michael@202 | 29 | ; (quit) directive, or the cache handling mechanism will hang. Do not |
michael@202 | 30 | ; forget the \n at the end. |
michael@202 | 31 | ; |
michael@202 | 32 | ;festivalcommand=(tts_textasterisk "%s" 'file)(quit)\n |
michael@202 | 33 | ; |
michael@202 | 34 | ; |
michael@202 | 35 |