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: Hynek Hanke
Subject: More on the ibmtts module trouble
Date: Wed, 08 Dec 2010 10:05:18 +0100

On 7.12.2010 23:02, Michael Whapples wrote:
> c.speak("hello to everyone in the ")
> time.sleep(0.1)
> c.speak("world")
> This is using the default priority.

This is Priority.TEXT, so the first message is supposed to be
interrupted and discarded and you should start hearing the
second message ("world") after 0.1 seconds.

Of course in practice, the delay can be longer than 0.1
seconds considering the latencies of stop and new
playback, which depends on the synthesizer,
audio system used etc.

If IBMTTS doesn't do this, it it can have quite bad
effects for the end user experience.

The next step would be to enable module debugging
and try to see where the delay is. Does the module
get a STOP command from the server? Does it react
on it quickly enough?

Best regards,
Hynek




reply via email to

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