Home
last modified time | relevance | path

Searched refs:tts_voice (Results 1 – 24 of 24) sorted by relevance

/dports/games/renpy/renpy-7.4.11-sdk/renpy/display/
H A Dtts.py112 if renpy.config.tts_voice is None:
115 … process = subprocess.Popen([ "espeak", "-v", fsencode(renpy.config.tts_voice), fsencode(s) ])
119 if renpy.config.tts_voice is None:
122 … process = subprocess.Popen([ "say", "-v", fsencode(renpy.config.tts_voice), fsencode(s) ])
126 if renpy.config.tts_voice is None:
129 voice = renpy.config.tts_voice
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dfs_tts.c66 const char *tts_voice = "default"; in main() local
119 tts_voice = argv[++i]; in main()
192 if (!strcmp(tts_voice, "default") && !strcmp(tts_engine, "flite")) { in main()
193 tts_voice = "kal"; in main()
218 input = switch_core_sprintf(pool, "tts://%s|%s|%s", tts_engine, tts_voice, text); in main()
H A Dswitch_ivr_menu.c49 char *tts_voice; member
127 const char *tts_voice, in switch_ivr_menu_init() argument
198 if (!zstr(tts_voice)) { in switch_ivr_menu_init()
199 menu->tts_voice = switch_core_strdup(menu->pool, tts_voice); in switch_ivr_menu_init()
481 if (!zstr(menu->tts_engine) && !zstr(menu->tts_voice)) { in switch_ivr_menu_execute()
483 switch_channel_set_variable(channel, "tts_voice", menu->tts_voice); in switch_ivr_menu_execute()
549 if (!zstr(menu->tts_engine) && !zstr(menu->tts_voice)) { in switch_ivr_menu_execute()
551 switch_channel_set_variable(channel, "tts_voice", menu->tts_voice); in switch_ivr_menu_execute()
869 const char *tts_voice = switch_xml_attr(xml_menu, "tts-voice"); in switch_ivr_menu_stack_xml_build() local
896 tts_voice, in switch_ivr_menu_stack_xml_build()
H A Dswitch_cpp.cpp171 const char *tts_voice, in IVRMenu() argument
187 …exit_sound, transfer_sound, confirm_macro, confirm_key, tts_engine, tts_voice, confirm_attempts, i… in IVRMenu()
H A Dswitch_ivr_play_say.c45 const char *old_sound_prefix = NULL, *sound_path = NULL, *tts_engine = NULL, *tts_voice = NULL; in switch_ivr_phrase_macro_event() local
111 if (!(tts_voice = (char *) switch_xml_attr(language, "tts-voice"))) { in switch_ivr_phrase_macro_event()
112 tts_voice = (char *) switch_xml_attr(language, "tts_voice"); in switch_ivr_phrase_macro_event()
303 my_tts_voice = tts_voice; in switch_ivr_phrase_macro_event()
305 if (zstr(tts_engine) || zstr(tts_voice)) { in switch_ivr_phrase_macro_event()
/dports/net/freeswitch/freeswitch-1.10.3.-release/scripts/javascript/js_modules/
H A DSpeechTools.jm62 this.tts_voice = false;
67 this.setTTS = function (tts_eng, tts_voice) {
69 this.tts_voice = tts_voice;
105 return this.session.speak(this.tts_eng, this.tts_voice, str);
227 this.tts_voice = false;
238 this.tts_voice = asr.tts_voice;
252 this.setTTS = function (tts_eng, tts_voice) {
254 this.tts_voice = tts_voice;
346 return this.asr.session.speak(this.tts_eng, this.tts_voice, str, this.asr.onInput, this.asr);
359 if (this.tts_eng && this.tts_voice) {
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_java/src/org/freeswitch/swig/
H A DIVRMenu.java38 …nd, String confirm_macro, String confirm_key, String tts_engine, String tts_voice, int confirm_att… in IVRMenu() argument
39 …nd, exit_sound, transfer_sound, confirm_macro, confirm_key, tts_engine, tts_voice, confirm_attempt… in IVRMenu()
/dports/net/sems/sems-f89581a/apps/py_sems/
H A DPySemsAudio.h24 cst_voice* tts_voice; member
H A DPySemsAudio.cpp33 self->tts_voice = register_cmu_us_kal(); in PySemsAudioFile_new()
165 flite_text_to_speech(text,self->tts_voice,self->filename->c_str()); in PySemsAudioFile_tts()
/dports/net/sems/sems-f89581a/apps/ivr/
H A DIvrAudio.h25 cst_voice* tts_voice; member
H A DIvrAudio.cpp34 self->tts_voice = register_cmu_us_kal(); in IvrAudioFile_new()
193 flite_text_to_speech(text,self->tts_voice,self->filename->c_str()); in IvrAudioFile_tts()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/formats/mod_ssml/
H A Dmod_ssml.c143 struct voice *tts_voice; member
408 cur_node->tts_voice = find_tts_voice(cur_node); in process_attribs_ignore()
482 cur_node->tts_voice = find_tts_voice(cur_node); in process_xml_lang()
514 cur_node->tts_voice = find_tts_voice(cur_node); in process_voice()
538 cur_node->tts_voice = find_tts_voice(cur_node); in process_say_as()
634 new_node->tts_voice = NULL; in tag_hook()
710 if (cur_node->tts_voice) { in get_file_from_voice()
711 char *file = switch_core_sprintf(parsed_data->pool, "%s%s", cur_node->tts_voice->prefix, to_say); in get_file_from_voice()
/dports/net/sems/sems-f89581a/apps/conference/
H A DConference.h145 cst_voice* tts_voice; variable
H A DConference.cpp394 tts_voice = register_cmu_us_kal(); in ConferenceDialog()
1027 flite_text_to_speech(text.c_str(),tts_voice,filename.c_str()); in sayTTS()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_conference/
H A Dmod_conference.c907 const char *tts_engine = NULL, *tts_voice = NULL; in conference_say() local
963 tts_voice = switch_event_get_header(params, "tts_voice"); in conference_say()
990 if (!tts_voice) { in conference_say()
991 tts_voice = conference->tts_voice; in conference_say()
994 if (zstr(tts_engine) || zstr(tts_voice)) { in conference_say()
2281 } else if (conference->tts_engine && conference->tts_voice) { in SWITCH_STANDARD_APP()
2572 if (conference->tts_engine && conference->tts_voice) { in SWITCH_STANDARD_APP()
2686 char *tts_voice = NULL; in conference_new() local
2902 tts_voice = val; in conference_new()
3193 if (tts_voice) { in conference_new()
[all …]
H A Dconference_file.c446 if (!(conference->tts_engine && conference->tts_voice)) { in conference_file_local_play()
449 …status = switch_ivr_speak_text(session, conference->tts_engine, conference->tts_voice, path + 4, a… in conference_file_local_play()
H A Dconference_member.c1533 if (!(conference->tts_engine && conference->tts_voice)) { in conference_member_say()
1595 if (switch_core_speech_open(&member->lsh, conference->tts_engine, conference->tts_voice, in conference_member_say()
1629 switch_core_speech_text_param_tts(fnode->sh, "voice", conference->tts_voice); in conference_member_say()
H A Dmod_conference.h604 char *tts_voice; member
/dports/games/renpy/renpy-7.4.11-sdk/renpy/
H A Dconfig.py750 tts_voice = None variable
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_cpp.h98 const char *tts_voice,
H A Dswitch_ivr.h842 const char *tts_voice,
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_python/
H A Dfreeswitch.py133 …nd, exit_sound, transfer_sound, confirm_macro, confirm_key, tts_engine, tts_voice, confirm_attempt… argument
134 …nd, exit_sound, transfer_sound, confirm_macro, confirm_key, tts_engine, tts_voice, confirm_attempt…
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_httapi/
H A Dmod_httapi.c388 const char *tts_voice = NULL; in parse_playback() local
436 tts_voice = switch_xml_attr(tag, "voice"); in parse_playback()
592 status = switch_ivr_speak_text(client->session, tts_engine, tts_voice, (char *)text, args); in parse_playback()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs833tts_voice, int confirm_attempts, int inter_timeout, int digit_len, int timeout, int max_failures, … in IvrMenu() argument
13244 …nd, string confirm_macro, string confirm_key, string tts_engine, string tts_voice, int confirm_att… in switch_ivr_menu_init() argument
13245 …nd, exit_sound, transfer_sound, confirm_macro, confirm_key, tts_engine, tts_voice, confirm_attempt… in switch_ivr_menu_init()