Home
last modified time | relevance | path

Searched refs:utt_synth_tokens (Results 1 – 8 of 8) sorted by relevance

/dports/games/flightgear/flightgear-2020.3.11/3rdparty/flite_hts_engine/flite/include/
H A Dcst_synth.h58 cst_utterance *utt_synth_tokens(cst_utterance *u);
/dports/audio/flite/flite-2.1-release/include/
H A Dcst_synth.h59 cst_utterance *utt_synth_tokens(cst_utterance *u);
/dports/games/flightgear/flightgear-2020.3.11/3rdparty/flite_hts_engine/flite/src/synth/
H A Dflite.c262 utt = flite_do_synth(utt,voice,utt_synth_tokens); in flite_file_to_speech()
H A Dcst_synth.c209 cst_utterance *utt_synth_tokens(cst_utterance *u) in utt_synth_tokens() function
/dports/audio/flite/flite-2.1-release/src/synth/
H A Dcst_ssml.c393 utt = flite_do_synth(utt,current_voice,utt_synth_tokens); in flite_ssml_to_speech_ts()
H A Dflite.c324 utt = flite_do_synth(utt,voice,utt_synth_tokens); in flite_ts_to_speech()
H A Dcst_synth.c189 cst_utterance *utt_synth_tokens(cst_utterance *u) in utt_synth_tokens() function
/dports/audio/flite/flite-2.1-release/sapi/FliteTTSEngineObj/
H A DFliteTTSEngineObj.cpp291 utt_synth_tokens(curr_utt); in synth_one_utt()