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


Groups > comp.lang.python > #27245

pythonic interface to SAPI5?

Date 2012-08-17 18:19 +0200
From Vojtěch Polášek <krecoun@gmail.com>
Subject pythonic interface to SAPI5?
Newsgroups comp.lang.python
Message-ID <mailman.3418.1345220359.4697.python-list@python.org> (permalink)

Show all headers | View raw


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

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

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

csiph-web