Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #27245 > unrolled thread

pythonic interface to SAPI5?

Started byVojtěch Polášek <krecoun@gmail.com>
First post2012-08-17 18:19 +0200
Last post2012-08-17 18:19 +0200
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  pythonic interface to SAPI5? Vojtěch Polášek <krecoun@gmail.com> - 2012-08-17 18:19 +0200

#27245 — pythonic interface to SAPI5?

FromVojtěch Polášek <krecoun@gmail.com>
Date2012-08-17 18:19 +0200
Subjectpythonic interface to SAPI5?
Message-ID<mailman.3418.1345220359.4697.python-list@python.org>
Hi,
I am developing audiogame for visually impaired users and I want it to
be multiplatform. I know, that there is library called accessible_output
but it is not working when used in Windows for me.
I tried pyttsx, which should use Espeak on Linux and SAPI5 on Windows.
It works on Windows, on Linux I decided to use speech dispatcher bindings.
But it seems that I can't interrupt speech when using pyttsx and this is
showstopper for me.
Does anyone has any working solution for using SAPI5 on windows?
Thank you very much,
Vojta

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web