the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: freetts
Version: 1.2.2
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.5-1)
<<
Depends: jsapi, system-java (>= 1.5-1)
Source: mirror:sourceforge:%n/%n-%v-src.zip
Source-MD5: 692b5ece251fed88539736e55af5f391
SourceDirectory: %n-%v
PatchScript: perl -pi -e 's,source="1.4",source="1.4" target="1.5",g' build.xml
Type: java
CompileScript: <<
#!/bin/sh -ex
ln -s %p/share/java/jsapi/jsapi.jar lib/
ant -Dsrc_dir=. 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: ANNOUNCE* README* RELEASE* *.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