From 9e46759e7968e312841f7050a42f64808b4c0d22 Mon Sep 17 00:00:00 2001 From: Alexey Kulakov Date: Mon, 8 Dec 2014 19:32:16 +0000 Subject: Awkward's private repo sync git-svn-id: http://svn.miranda-ng.org/main/trunk@11279 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/ExternalAPI/delphi/m_winterspeak.inc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'plugins/ExternalAPI/delphi/m_winterspeak.inc') diff --git a/plugins/ExternalAPI/delphi/m_winterspeak.inc b/plugins/ExternalAPI/delphi/m_winterspeak.inc index b00c7330d8..597b423c21 100644 --- a/plugins/ExternalAPI/delphi/m_winterspeak.inc +++ b/plugins/ExternalAPI/delphi/m_winterspeak.inc @@ -4,6 +4,9 @@ const { wParam - contact Handle lParam - Unicode text + Notes: difference of services is for "ignore" checks, status or messages + offline contacts don't processes (use hCantact = 0 instead) + if English voice choosen, it can't process non-English texts (silence on Russian, for example) } - MS_SPEAK_STATUS:PAnsiChar = 'Speak/Status'; + MS_SPEAK_STATUS :PAnsiChar = 'Speak/Status'; MS_SPEAK_MESSAGE:PAnsiChar = 'Speak/Message'; -- cgit v1.2.3