Module BasicSpeechScript
[hide private]
[frames] | no frames]

Module BasicSpeechScript

source code

Provides basic speech services and speech reports common to a screen reader.


Authors:
Peter Parente, Pete Brunet, Larry Weiss, Brett Clippingdale, Frank Zenker, Nicole Anacker, Martina Weicht
Organizations: Copyright:

License: The BSD License All rights reserved. This program and the accompanying materials are made available under the terms of the BSD license which accompanies this distribution, and is available at http://www.opensource.org/licenses/bsd-license.php

Classes [hide private]
  BasicSpeechScriptState
User configurable settings for basic speech service and reports.
  BasicSpeechScript
Defines a default user interface that makes SUE act like a typical screen reader.
Variables [hide private]
  SPEAK_NEVER = 0
  SPEAK_ALWAYS = 1
  SPEAK_DIFF = 2
  SPEAK_LINE = 3
  SPEAK_ALL = 4
  __uie__ = dict(kind= 'script', all_tiers= True)
  log = logging.getLogger('BasicSpeechScript')