Public Member Functions | Static Public Attributes
rospeex_core.ss.speech_synthesis.SpeechSynthesisFactory Class Reference

List of all members.

Public Member Functions

def create

Static Public Attributes

dictionary ENGINE_FACTORY

Detailed Description

SpeechSynthesisFactory class 

Definition at line 22 of file speech_synthesis.py.


Member Function Documentation

create speech synthesis engine.
@param engine: speech synthesis engine (nict / google / voicetext)
@type  engine: str
@raise SpeechSynthesisException:

Definition at line 31 of file speech_synthesis.py.


Member Data Documentation

Initial value:
{
        'google': SpeechSynthesisClient_Google,
        'nict': SpeechSynthesisClient_NICT,
        # 'voicetext': SpeechSynthesisClient_VoiceText,
    }

Definition at line 24 of file speech_synthesis.py.


The documentation for this class was generated from the following file:


rospeex_core
Author(s): Komei Sugiura
autogenerated on Wed Aug 26 2015 16:10:30