summaryrefslogtreecommitdiff
path: root/plugins/ExternalAPI/delphi/m_winterspeak.inc
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ExternalAPI/delphi/m_winterspeak.inc')
-rw-r--r--plugins/ExternalAPI/delphi/m_winterspeak.inc5
1 files changed, 4 insertions, 1 deletions
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';