| Trees | Indices | Help |
|---|
|
|
object --+
|
baseObject.AutoPropertyObject --+
|
synthDriverHandler.SynthDriver --+
|
SynthDriver
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
| OrderedDict |
|
||
|
|||
|
|||
| int |
|
||
|
|||
|
|||
|
|||
| OrderedDict |
|
||
|
Inherited from Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
| bool |
|
||
|
Inherited from Inherited from Inherited from |
|||
|
|||
name = "espeak"
|
|||
description = "eSpeak"
|
|||
list or tuple of SynthSetting
|
supportedSettings = SynthDriver.VoiceSetting(), SynthDriver.VaThe settings supported by the synthesiser. |
||
_rateBoost = False
|
|||
RATE_BOOST_MULTIPLIER = 3
|
|||
|
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.
|
|
Speaks the given sequence of text and speech commands. This base implementation will fallback to making use of the old speakText and speakCharacter methods. But new synths should override this method to support its full functionality.
|
Silence speech immediately.
|
Pause or resume speech output.
|
|
|
|
|
|
|
|
|
fetches an ordered dictionary of voices that the synth supports.
|
|
|
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.
|
Terminate this synth driver. This should be used for any required clean up.
|
|
|
fetches an ordered dictionary of variants that the synth supports, keyed by ID
|
|
|||
supportedSettingsThe settings supported by the synthesiser.
|
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Fri Nov 18 17:45:59 2011 | http://epydoc.sourceforge.net |