From: <dan...@us...> - 2008-01-06 10:03:51
|
Revision: 1123 http://cegcc.svn.sourceforge.net/cegcc/?rev=1123&view=rev Author: dannybackx Date: 2008-01-06 02:03:31 -0800 (Sun, 06 Jan 2008) Log Message: ----------- Add flite, see http://www.bradwich.com. Modified Paths: -------------- trunk/cegcc/website/software-that-works.html Modified: trunk/cegcc/website/software-that-works.html =================================================================== --- trunk/cegcc/website/software-that-works.html 2008-01-02 20:10:02 UTC (rev 1122) +++ trunk/cegcc/website/software-that-works.html 2008-01-06 10:03:31 UTC (rev 1123) @@ -41,6 +41,11 @@ <td class="works">Yes</td> </tr> <tr> +<td class="project"> <a href="http://www.speech.cs.cmu.edu/flite/">Flite</a> </td> +<td class="description">Flite (festival-lite) is a small, fast run-time speech synthesis engine</td> +<td class="works">Yes</td> +</tr> +<tr> <td class="project"><a href="http://www.openssl.org/source/">OpenSSL-0.9.8e</a></td> <td class="description">The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a full-strength general purpose cryptography library. OpenSSL is based on the excellent SSLeay library developed by Eric A. Young and Tim J. Hudson.</td> <td class="works">Ported with patches, need to address these in CeGCC</td> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |