Bug#656828: speech-dispatcher: HelloWorld example only speaks 'once' using Python API

2019-01-15 Thread Paul Gevers
Hi Samuel, On 01-01-2019 20:32, Samuel Thibault wrote: > Paul Gevers, le sam. 04 janv. 2014 09:05:32 +0100, a ecrit: >> On 22-01-12 01:59, Tim Skillman wrote: >>> I tried the sample code given for the Python speech API which is >>> >>> import speechd >>> client = speechd.SSIPClient('test') >>>

Bug#656828: speech-dispatcher: HelloWorld example only speaks 'once' using Python API

2019-01-01 Thread Samuel Thibault
Control: tags -1 - confirmed Control: tags -1 + moreinfo Hello, Paul Gevers, le sam. 04 janv. 2014 09:05:32 +0100, a ecrit: > On 22-01-12 01:59, Tim Skillman wrote: > > I tried the sample code given for the Python speech API which is > > > > import speechd > > client =

Bug#656828: speech-dispatcher: HelloWorld example only speaks 'once' using Python API

2014-01-04 Thread Paul Gevers
Control: tags -1 confirmed Control: severity -1 normal On 22-01-12 01:59, Tim Skillman wrote: I tried the sample code given for the Python speech API which is import speechd client = speechd.SSIPClient('test') client.set_output_module('festival') client.set_language('en')

Bug#656828: speech-dispatcher: HelloWorld example only speaks 'once' using Python API

2012-01-21 Thread Tim Skillman
Package: speech-dispatcher Version: 0.7-6.1 Severity: important I tried the sample code given for the Python speech API which is import speechd client = speechd.SSIPClient('test') client.set_output_module('festival') client.set_language('en') client.set_punctuation(speechd.PunctuationMode.SOME)