speechd-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

More on the ibmtts module trouble


From: Christopher Brannon
Subject: More on the ibmtts module trouble
Date: Wed, 08 Dec 2010 15:08:17 +0000

Michael Whapples <mwhapples at aim.com> writes:

> This is time sensitive, the second message must be sent while speechd
> is still speaking, so you may want to put it in a script or a
> function. Try this for the espeak module and then try it with the
> ibmtts module. With espeak both messages get spoken, with ibmtts only
> the first is spoken.

I can't reproduce it.  I did as you suggested.  Here is your example, in
the form of a runnable script.

===CUT===
#!/usr/bin/python2
import speechd.client
import time
c = speechd.client.SSIPClient('foo')
c.set_output_module('ibmtts')
c.speak("hello to everyone in the ")
c.speak("world")
c.close()
===CUT===

Both modules speak both messages.

I haven't changed the default priority in my configuration file.
If I remember correctly, the server's default priority is "message".

-- Chris
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
URL: 
<http://lists.freebsoft.org/pipermail/speechd/attachments/20101208/42ea9c4f/attachment.pgp>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]