Home
last modified time | relevance | path

Searched refs:espeakEVENT_LIST_TERMINATED (Results 1 – 12 of 12) sorted by relevance

/dports/audio/espeak/espeak-1.48.04-source/src/
H A Devent.cpp207 events[1].type = espeakEVENT_LIST_TERMINATED; // ... terminated by an event type=0 in event_notify()
241 case espeakEVENT_LIST_TERMINATED: in event_notify()
559 event->type=espeakEVENT_LIST_TERMINATED; in polling_thread()
H A Dspeak_lib.h76 espeakEVENT_LIST_TERMINATED = 0, // Retrieval mode: terminates the event list. enumerator
H A Dspeak_lib.cpp233 event_list[1].type = espeakEVENT_LIST_TERMINATED; in sync_espeak_terminated_msg()
494 event_list[event_list_ix].type = espeakEVENT_LIST_TERMINATED; // indicates end of event list in Synthesize()
525 event_list[0].type = espeakEVENT_LIST_TERMINATED; in Synthesize()
H A Dwavegen.cpp508 event_list[event_list_ix].type = espeakEVENT_LIST_TERMINATED; // indicates end of event list in WaveCallback()
/dports/audio/praat/praat-6.2.03/external/espeak/
H A Dspeech.cpp212 event_list[1].type = espeakEVENT_LIST_TERMINATED;
426 event_list[event_list_ix].type = espeakEVENT_LIST_TERMINATED; // indicates end of event list
447 event_list[0].type = espeakEVENT_LIST_TERMINATED;
H A Dspeak_lib.h81 espeakEVENT_LIST_TERMINATED = 0, // Retrieval mode: terminates the event list. enumerator
/dports/audio/espeak/espeak-1.48.04-source/linux_32bit/shared_library/
H A Dspeak_lib.h76 espeakEVENT_LIST_TERMINATED = 0, // Retrieval mode: terminates the event list. enumerator
/dports/audio/espeak/espeak-1.48.04-source/platforms/windows/windows_dll/src/
H A Dspeak_lib.h70 espeakEVENT_LIST_TERMINATED = 0, // Retrieval mode: terminates the event list. enumerator
/dports/audio/espeak/espeak-1.48.04-source/docs/
H A Dspeak_lib.h76 espeakEVENT_LIST_TERMINATED = 0, // Retrieval mode: terminates the event list. enumerator
/dports/accessibility/py-speech-dispatcher/speech-dispatcher-0.10.2/src/modules/
H A Despeak.c665 while (events->type != espeakEVENT_LIST_TERMINATED) { in synth_callback()
/dports/accessibility/speech-dispatcher/speech-dispatcher-0.10.2/src/modules/
H A Despeak.c665 while (events->type != espeakEVENT_LIST_TERMINATED) { in synth_callback()
/dports/audio/praat/praat-6.2.03/dwtools/
H A DSpeechSynthesizer.cpp204 while (events -> type != espeakEVENT_LIST_TERMINATED) {