Home
last modified time | relevance | path

Searched refs:espeakEVENT_WORD (Results 1 – 14 of 14) sorted by relevance

/dports/audio/espeak/espeak-1.48.04-source/linux_32bit/shared_library/
H A Dspeak_lib.h77 espeakEVENT_WORD = 1, // Start of word enumerator
/dports/audio/espeak/espeak-1.48.04-source/platforms/windows/windows_dll/src/
H A Dspeak_lib.h71 espeakEVENT_WORD = 1, // Start of word enumerator
/dports/audio/espeak/espeak-1.48.04-source/docs/
H A Dspeak_lib.h77 espeakEVENT_WORD = 1, // Start of word enumerator
/dports/audio/espeak/espeak-1.48.04-source/src/
H A Dspeak_lib.h77 espeakEVENT_WORD = 1, // Start of word enumerator
H A Devent.cpp222 case espeakEVENT_WORD: in event_notify()
H A Dsynth_mbrola.cpp467 …DoMarker(espeakEVENT_WORD, (p->sourceix & 0x7ff) + clause_start_char, p->sourceix >> 11, clause_st… in MbrolaTranslate()
H A Dspeak_lib.cpp145 if (event && (event->type == espeakEVENT_WORD) && (event->length==0)) in dispatch_audio()
H A Dsynthesize.cpp1434 …DoMarker(espeakEVENT_WORD, sourceix, p->sourceix >> 11, clause_start_word + word_count++); // NOT… in Generate()
/dports/audio/praat/praat-6.2.03/external/espeak/
H A Dspeak_lib.h82 espeakEVENT_WORD = 1, // Start of word enumerator
H A Dsynth_mbrola.cpp355 …DoMarker(espeakEVENT_WORD, (p->sourceix & 0x7ff) + clause_start_char, p->sourceix >> 11, clause_st… in MbrolaTranslate()
H A Dspeech.cpp154 if ((event->type == espeakEVENT_WORD) && (event->length == 0))
H A Dsynthesize.cpp1213 …DoMarker(espeakEVENT_WORD, sourceix, p->sourceix >> 11, clause_start_word + word_count++); // NOTE… in Generate()
/dports/audio/praat/praat-6.2.03/dwtools/
H A DSpeechSynthesizer.cpp355 if (type == espeakEVENT_WORD)
537 } else if (type == espeakEVENT_WORD) {
/dports/audio/espeak/espeak-1.48.04-source/platforms/windows/windows_sapi/
H A Dttsengobj.cpp184 if((event->type == espeakEVENT_WORD) && (event->length > 0)) in SynthCallback()