orca.outloud (version 1893, $Date$)
index
/usr/lib/python2.5/site-packages/orca/outloud.py

Outloud voice definitions using ACSS.
 
This module encapsulates Outloud-specific voice definitions.  It
maps device-independent ACSS voice definitions into appropriate
Outloud voice parameter settings.

 
Functions
       
acss2voice(acss)
Return synthesizer code.
getrate(r)
getvoice(acss)
Memoized function that returns  synthesizer code for
specified  ACSS setting.
Synthesizer code is a tupple of the form (open,close)
where open sets the voice, and close resets it.
getvoicelist()

 
Data
        __author__ = 'T. V. Raman'
__copyright__ = 'Copyright (c) 2005 Google Inc.'
__date__ = '$Date$'
__id__ = '$Id$'
__license__ = 'LGPL'
__version__ = '$Revision$'

 
Author
        T. V. Raman