Public Member Functions | |
def | __init__ (self) |
def | sound_play_say_plugin (self, text, voice) |
Static Private Attributes | |
string | _default_voice = 'voice_kal_diphone' |
Definition at line 9 of file festival_plugin.py.
def sound_play.festival_plugin.FestivalPlugin.__init__ | ( | self | ) |
Reimplemented from sound_play.sound_play_plugin.SoundPlayPlugin.
Definition at line 13 of file festival_plugin.py.
def sound_play.festival_plugin.FestivalPlugin.sound_play_say_plugin | ( | self, | |
text, | |||
voice | |||
) |
Start plugin for sound_play Args: text (string): speech text voice (string): speech voice
Reimplemented from sound_play.sound_play_plugin.SoundPlayPlugin.
Definition at line 16 of file festival_plugin.py.
|
staticprivate |
Definition at line 11 of file festival_plugin.py.