FreeSWITCH API Documentation
1.7.0
|
Data Fields | |
char | tts_name [80] |
char | voice_name [80] |
switch_speech_handle_t | sh |
switch_codec_t | codec |
switch_timer_t | timer |
Definition at line 2619 of file switch_ivr_play_say.c.
switch_codec_t cached_speech_handle::codec |
Definition at line 2623 of file switch_ivr_play_say.c.
Referenced by switch_ivr_clear_speech_cache(), and switch_ivr_speak_text().
switch_speech_handle_t cached_speech_handle::sh |
Definition at line 2622 of file switch_ivr_play_say.c.
Referenced by switch_ivr_clear_speech_cache(), and switch_ivr_speak_text().
switch_timer_t cached_speech_handle::timer |
Definition at line 2624 of file switch_ivr_play_say.c.
Referenced by switch_ivr_clear_speech_cache(), and switch_ivr_speak_text().
char cached_speech_handle::tts_name[80] |
Definition at line 2620 of file switch_ivr_play_say.c.
Referenced by switch_ivr_speak_text().
char cached_speech_handle::voice_name[80] |
Definition at line 2621 of file switch_ivr_play_say.c.
Referenced by switch_ivr_speak_text().