Chrome Release Bot (LUCI) 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
..
BUILD.gn 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
COPYING 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
DIR_METADATA 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
OWNERS 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
README.chromium 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
libspeechd.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago

README.chromium

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.