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

Module speechDictHandler

source code

Classes [hide private]
  SpeechDictEntry
  SpeechDict
Functions [hide private]
 
processText(text) source code
 
initialize() source code
 
loadVoiceDict(synth)
Loads appropriate dictionary for the given synthesizer.
source code
Variables [hide private]
  dictionaries = {}
  dictTypes = "temp", "voice", "default", "builtin"
  speechDictsPath = os.path.join(globalVars.appArgs.configPath, ...
Function Details [hide private]

loadVoiceDict(synth)

source code 

Loads appropriate dictionary for the given synthesizer. It handles case when the synthesizer doesn't support voice setting.


Variables Details [hide private]

speechDictsPath

Value:
os.path.join(globalVars.appArgs.configPath, "speechDicts")