mfranz
095c710c0e
leak fixes
2009-05-18 12:24:16 +02:00
timoore
a9319336ba
From Benoit Laniel: replace SG threading constructs with OpenThreads
2008-06-12 08:24:39 +00:00
mfranz
60516c8a3f
If text contains "{display|voice}" groups, skip the delimiters and
...
discard the display part. The curly braces wouldn't be spoken anyway,
and the | would be spoken as "vertical bar", which is completely
useless (which is why it had been disabled in the past already).
2007-03-23 15:53:58 +00:00
mfranz
2e9cf978b7
- turn \n, \t, \r into spaces. Otherwise Festival spells out ".^M" as
...
"period".
- fix rather embarrassing string concatenation bug :-)
2007-03-23 10:45:11 +00:00
mfranz
c5c5411d07
- reduce timeout
...
- stop trying to connect after first failed attempt
2006-03-31 10:12:00 +00:00
mfranz
ebc9e71916
improve error message: if festival doesn't seem to be listening, then it's
...
probably blocked by not being able to open a sound device (because fgfs is
using the only available device already).
2006-03-03 19:43:41 +00:00
fredb
b6009f1dae
Not missing but at the wrong place
2006-02-18 15:29:13 +00:00
mfranz
db89cf202a
wasn't missing
2006-02-18 14:12:49 +00:00
fredb
36e4045810
Add missing include files needed by the new math code under windows
2006-02-18 13:58:09 +00:00
mfranz
ea49db6c4f
add voice subsystem. This is a generic socket interface with a special
...
mode for communication with the "Festival" speech synthesis system.
2006-02-11 11:58:17 +00:00