Package pyTTS
[show private | hide private]
[frames | no frames]

Package pyTTS

Submodules
  • Pronounce: Defines classes that aid in pronunciation correction and the building of pronunciation dictionaries.
  • sapi: Defines classes for using the Microsoft Speech API.

Function Summary
  Create(api, output)
Create a new instance of the named speech API.
  pyTTS(*args, **kwargs)
Deprecated.

Function Details

Create(api='SAPI', output=True)

Create a new instance of the named speech API.
Parameters:
api - Name of speech API (currently only SAPI)
           (type=string)
output - Should synthesized speech be played?
           (type=boolean)

pyTTS(*args, **kwargs)

Deprecated. Use Create instead.

Generated by Epydoc 2.1 on Fri Feb 18 13:59:27 2005 http://epydoc.sf.net