<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">There's also speech-dispatcher which is an option (and which I think<br>
was used by OLPC quite some time ago).<br>
<br>
Petr<br><div class="HOEnZb"><div> </div></div></blockquote></div><br>Yes. I like the possibility of using not only espeak but festival too,<br>but right now will be add another dependency.<br><br>I  have heard very nice examples of Festival voices,<br>
but I have tried using Festival from the python api of speech-dispatcher<br>without success.<br><br>In F16 if I do:<br><br>[gonzalo@nautilus honey]$ python<br>Python 2.7.2 (default, Oct 27 2011, 01:40:22) <br>[GCC 4.6.1 20111003 (Red Hat 4.6.1-10)] on linux2<br>
Type "help", "copyright", "credits" or "license" for more information.<br>>>>     <br>... <br>>>> import speechd<br>>>> client = speechd.SSIPClient('test')<br>
>>> client.list_output_modules()<br>('espeak', 'dummy')<br><br>I have installed:<br><br>[root@nautilus /]# rpm -qa | grep festival<br>festival-freebsoft-utils-0.10-2.fc15.noarch<br>festival-1.96-18.fc16.x86_64<br>
festival-speechtools-libs-1.2.96-18.fc16.x86_64<br>festival-lib-1.96-18.fc16.x86_64<br><br>[root@nautilus /]# rpm -qa | grep speech<br>speech-dispatcher-0.7.1-6.fc16.x86_64<br>festival-speechtools-libs-1.2.96-18.fc16.x86_64<br>
speech-dispatcher-python-0.7.1-6.fc16.x86_64<br><br>Do you know if I need install anything more?<br><br>Gonzalo<br>