Home | Trees | Indices | Help |
---|
|
object --+ | TextToSpeechEngine
Abstract class from which text-to-speech engine classes are derived.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
Called from subclasses. Given the name of a voice, check whether it is either None, or a voice that is supported by the sound engine. If voice is None, the name of the engine's default voice is returned.
|
Bash does not tolerate single quotes within single-quoted strings. Backslashing the embedded single quote does *not* work. Thus: echo 'That's it' will lead to error as expected, but so will echo 'That's it'. The solution is to replace all single quotes with ''' (all quotes are single quotes here).
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Nov 26 18:08:31 2012 | http://epydoc.sourceforge.net |