From 3d83e0f6d152035890d7dbecb5961ee79234d476 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Mon, 4 Aug 2008 20:24:01 -0500 Subject: [PATCH] updated readme I added an acknowledgements section. --- README | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README b/README index 95a6836..2d1bb8c 100644 --- a/README +++ b/README @@ -24,7 +24,7 @@ To install espeakup, first cd into the directory where you unpacked the tarball, then issue make to compile the program. Once this is done, as root, issue make install. This will install espeakup in /usr/bin. -Starting up +Starting Up =========== This program should be run after speakup is set up to communicate with a @@ -37,6 +37,14 @@ Questions ========= You can contact me with questions, bugs, patches, etc, at -w.d.hubbs@gmail.com or on the speakup mailing list. +w.d.hubbs@gmail.com or on the speakup mailing list. I hope you find +this software to be useful. + +Acknowledgements +================ + +I would like to thank Marc Mulcahy, the author of the speakup to +TTSynth connector, on which this work is based. Also, I would like +to thank Kirk Reiser and Jonathan Duttington, the +authors of Speakup and Espeak, respectively, for their work. -Thanks, and I hope you find this useful.