Cross Platform Text-to-Speech by Erik van Bilsen

  • Автор темы emailx45
  • 40
  • Обновлено
  • 07, May 2020
  • #1
Cross Platform Text-to-Speech January 9, 2017 Erik van Bilsen

Скрытая информация :: Авторизуйтесь для просмотра »
, NumEvents) = S_OK) do
begin
case Event.eEventId of
SPEI_START_INPUT_STREAM:
DoSpeechStarted;

SPEI_END_INPUT_STREAM:
DoSpeechFinished;
end;

FillChar(Event, SizeOf(Event), 0);
end;
end;

This method just processes the event queue for start and finish notifications and fires the OnSpeechStarted and OnSpeechFinished events accordingly.

That covers the most important concepts on the Windows side.


emailx45


Рег
05 May, 2008

Тем
607

Постов
1273

Баллов
7343
Тем
49554
Комментарии
57426
Опыт
552966

Интересно