Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #27245 > unrolled thread
| Started by | Vojtěch Polášek <krecoun@gmail.com> |
|---|---|
| First post | 2012-08-17 18:19 +0200 |
| Last post | 2012-08-17 18:19 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
pythonic interface to SAPI5? Vojtěch Polášek <krecoun@gmail.com> - 2012-08-17 18:19 +0200
| From | Vojtěch Polášek <krecoun@gmail.com> |
|---|---|
| Date | 2012-08-17 18:19 +0200 |
| Subject | pythonic 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
Back to top | Article view | comp.lang.python
csiph-web