| orca.espeechfactory (version 1680, $Date$) | index /usr/lib/python2.5/site-packages/orca/espeechfactory.py |
Python wrapper for Emacspeak speech servers.
The emacspeak TTS server provides a simple but powerful and
well-tested speech-server abstraction. That server is implemented
as an external program (typically in TCL). This wrapper class
provides Python access to available Emacspeak speech servers.
Initially, this class will provide Python access to the TTS
server commands. Over time, this module may also implement
functionality present in Emacspeak's Lisp layer ---specifically,
higher level TTS functionality provided by the following
emacspeak modules:
0) dtk-speak.el
1) emacspeak-pronounce.el
2) accs-structure.el
| Modules | ||||||
| ||||||
| Data | ||
| __all__ = ['Speaker'] __author__ = 'T. V. Raman' __copyright__ = 'Copyright (c) 2005 Google Inc.' __date__ = '$Date$' __id__ = '$Id$' __license__ = 'LGPL' __version__ = '$Revision$' | ||
| Author | ||
| T. V. Raman | ||