summaryrefslogtreecommitdiff
path: root/chromium/third_party/speech-dispatcher/README.chromium
blob: e7f335b6666121c1f8830a136e087e7d5b8c9206 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Name: Speech Dispatcher
URL: http://devel.freebsoft.org/speechd
Version: 0.7.1
License: GPL (v2 or later)
Security Critical: yes

Description:
Speech Dispatcher project provides a high-level device independent layer for
access to speech synthesis through a simple, stable and well documented
interface.

Local Modifications:
Merged http://git.freebsoft.org/?p=speechd.git;a=commitdiff;h=c73bfee2b6ef683874b3fe7463239073f703c8b7
Only the libspeechd.h file is imported, as the client library (libspeechd.so.2)
is dynamically loaded (where present).

This header is imported because later versions of Speech Dispatcher (>= 0.8)
install it into a different location (${includedir}/speech-dispatcher instead
of ${includedir}) and we still need to support older versions.