Package synthDrivers :: Module _audiologic
[hide private]
[frames] | no frames]

Module _audiologic

source code

Classes [hide private]
  TtsProsody
  Tts3Status
  TtsCallBack
Functions [hide private]
 
TtsOpen() source code
 
TtsGetStatus() source code
 
TtsSpeak(text) source code
 
TtsStop() source code
 
TtsPause() source code
 
TtsRestart() source code
 
TtsSetParam(param, value, relative) source code
 
TtsGetProsody(param) source code
 
TtsClose() source code
Variables [hide private]
  NvdaDir = u'C:\Python27\Scripts'
  TtsDir = 'c:\\TTS3\\'
  Handle = c_long(0)
  Tts = None
hash(x)
  LastIndex = None
hash(x)
  minRate = 50
  maxRate = 200
  minPitch = -12
  maxPitch = 9
  minVol = -40
  maxVol = 12
  ST_NONE = 0
  SYNTH_IDLE = 0
  SYNTH_RUNNING = 1
  SYNTH_PAUSED = 2
  M_BOOKMARK = 8
  ttsRate = 0
  ttsPitch = 1
  ttsVol = 2
  ttsExpression = 3
  TtsCallBackProc = <WinFunctionType object at 0x03E9E3F0>
  call = TtsCallBack()
  __package__ = 'synthDrivers'