Package: freetts Version: 1.2.1 Revision: 1 BuildDepends: ant (>= 1.6.1-1), fink (>= 0.22.2-1), fink-mirrors (>= 0.22.1.1-1), jsapi, system-java-dev (>= 1.4-1) Depends: jsapi, system-java (>= 1.4-1) Source: mirror:sourceforge:%n/%n-%v-src.zip Source-MD5: f3e3ceae5b8cb5e175b50931f2e350e8 SourceDirectory: %n-%v PatchScript: perl -pi -e 's,source="1.4",source="1.4" target="1.4",g' build.xml Type: java(1.4) CompileScript: << #!/bin/sh -ex ln -s %p/share/java/jsapi/jsapi.jar lib/ ant all rm -rf lib/jsapi.jar << JarFiles: lib/*.jar InstallScript: << #!/bin/sh -ex install -d -m 755 %i/share/%N/demos install -c -m 644 bin/*.jar %i/share/%N/demos/ mv docs %i/share/%N/ << DocFiles: README.txt license.terms RELEASE_NOTES acknowledgments.txt overview.html Homepage: http://freetts.sourceforge.net/ Maintainer: Benjamin Reed Description: Speech synthesizer written entirely in Java DescDetail: << FreeTTS is a speech synthesis system written entirely in the Java programming language. It is based upon Flite: a small run-time speech synthesis engine developed at Carnegie Mellon University. Flite is derived from the Festival Speech Synthesis System from the University of Edinburgh and the FestVox project from Carnegie Mellon University. This release of FreeTTS includes: o Core speech synthesis engine o Support for a number of voices: o an 8khz diphone, male, US English voice o a 16khz diphone, male US English voice o a 16khz limited domain, male US English voice o Support for importing voices from FestVox (US English only) o Support for MBROLA voices (downloaded separately): o a 16khz female, US English voice o two 16khz male US English voices o Partial support for JSAPI 1.0 o Extensive API documentation o Several demo applications << License: BSD