Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.137 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.73; '*S*': 0.00; 'windows,': 0.09; 'library': 0.15; 'bindings.': 0.16; 'windows?': 0.16; 'windows': 0.19; 'seems': 0.23; 'linux': 0.24; 'tried': 0.25; 'header:User- Agent:1': 0.26; 'developing': 0.28; 'received:209.85.212': 0.28; 'anyone': 0.33; 'to:addr:python-list': 0.33; 'hi,': 0.33; "can't": 0.34; 'received:google.com': 0.34; 'subject:?': 0.35; 'received:209.85': 0.35; 'there': 0.35; 'but': 0.36; 'message- id:@gmail.com': 0.36; 'should': 0.36; 'thank': 0.36; 'does': 0.37; 'received:209': 0.37; 'to:addr:python.org': 0.39; 'received:192': 0.39; 'called': 0.39; 'received:192.168': 0.40; 'header:Received:5': 0.40; 'decided': 0.65; 'interrupt': 0.84; 'much,': 0.84; 'speech': 0.84; 'visually': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=8gSoVojReerHdXRJUXOgJMeATQmzbWoEd3yRvq5/t3A=; b=GbDv8y2qHG5dgs/hCWpVf6DF3rbpizzIXiZv/bUb+7/0LNkW+alzAkLvhGLvCHfQZC Ck1IUInSLDDTT3vjdrTg8YUMlcVcA0gZU5R5JJ3ACx9J5E9dIbL7Q+MqTbW4EiZB/H3w Zo6ZBmFW6Ti6jLgjx0uQZ/iOu1v4j5GfOoKzVWjuOJbKqShmz7qJDb5+3Vihnczloci3 dpwpsNWyleX7gVHnmSEf0XC3M+lTfL9Ym/BZgyTOVRqrAIw612BdT/mKJEaYjV+MZWd3 zdTC2bPxxgcoPqh3i7H5Bedz0fbM//nRJyfwK8SWAtgNqgwe0Yrpkpp0G7ue4KVLw0Xq BWlA== Date: Fri, 17 Aug 2012 18:19:14 +0200 From: =?UTF-8?B?Vm9qdMSbY2ggUG9sw6HFoWVr?= User-Agent: Mozilla/5.0 (X11; Linux i686; rv:14.0) Gecko/20120714 Thunderbird/14.0 MIME-Version: 1.0 To: python-list@python.org Subject: pythonic interface to SAPI5? Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 11 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1345220359 news.xs4all.nl 6876 [2001:888:2000:d::a6]:59342 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:27245 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