Enable registration of per-frame Mojo services from Java
[chromium-blink-merge.git] / third_party / speech-dispatcher / README.chromium
blobe7f335b6666121c1f8830a136e087e7d5b8c9206
1 Name: Speech Dispatcher
2 URL: http://devel.freebsoft.org/speechd
3 Version: 0.7.1
4 License: GPL (v2 or later)
5 Security Critical: yes
7 Description:
8 Speech Dispatcher project provides a high-level device independent layer for
9 access to speech synthesis through a simple, stable and well documented
10 interface.
12 Local Modifications:
13 Merged http://git.freebsoft.org/?p=speechd.git;a=commitdiff;h=c73bfee2b6ef683874b3fe7463239073f703c8b7
14 Only the libspeechd.h file is imported, as the client library (libspeechd.so.2)
15 is dynamically loaded (where present).
17 This header is imported because later versions of Speech Dispatcher (>= 0.8)
18 install it into a different location (${includedir}/speech-dispatcher instead
19 of ${includedir}) and we still need to support older versions.