| Trees | Indices | Help |
|---|
|
|
object --+
|
baseObject.AutoPropertyObject --+
|
synthDriverHandler.SynthDriver --+
|
SynthDriver
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
| int |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
| bool |
|
||
|
Inherited from Inherited from Inherited from |
|||
|
|||
name = "newfon"
|
|||
description = "Newfon"
|
|||
list or tuple of SynthSetting
|
supportedSettings = SynthDriver.VoiceSetting(), SynthDriver.LaThe settings supported by the synthesiser. |
||
_volume = 100
|
|||
_language = "ru"
|
|||
_pitch = 50
|
|||
_accel = 0
|
|||
_inflection = 50
|
|||
_rate = 70
|
|||
| OrderedDict of VoiceInfo keyed by VoiceInfo's ID |
availableVoices = OrderedDict((str(index), VoiceInfo(str(indexThe available voices. |
||
availableAccels = OrderedDict((str(x), StringParameterInfo(str
|
|||
pitchTable = [(90, 130), (190, 330), (60, 120), (220, 340)]
|
|||
availableLanguages = OrderedDict((("ru", LanguageInfo("ru")),
|
|||
newfon_lib = Nonehash(x) |
|||
sdrvxpdbDll = Nonehash(x) |
|||
dictDll = Nonehash(x) |
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Determine whether this synth is available. The synth will be excluded
from the list of available synths if this method returns
|
Initialize this synth driver. This method can also set default settings for the synthesizer.
|
Terminate this synth driver. This should be used for any required clean up.
|
Speak some text. This method is deprecated. Instead implement speak.
|
Obtain the index of the chunk of text which was last spoken. When the synth speaks text associated with a particular index, this method should return that index. That is, this property should update for each chunk of text spoken by the synth.
|
Silence speech immediately.
|
|
|
|
|
|
|
|
|
Pause or resume speech output.
|
|
|
|
|
|
|||
supportedSettingsThe settings supported by the synthesiser.
|
availableVoicesThe available voices.
|
availableAccels
|
availableLanguages
|
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Fri Nov 18 17:45:59 2011 | http://epydoc.sourceforge.net |