Skip to content

Commit

Permalink
flite: resurrected
Browse files Browse the repository at this point in the history
  • Loading branch information
v4hn committed Jul 15, 2012
1 parent 2b7f737 commit a91fc83
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
16 changes: 16 additions & 0 deletions audio/flite/BUILD
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,16 @@
(

# Fixes a failed to preserve ownership for the libs it installs. This happens on
# an every other lin and the error is like this;
# cp: failed to preserve ownership for /usr/lib/libflite_cmu_us_kal.so: No such file or directory
sedit "s:cp -pd:cp -d:g" main/Makefile &&

# Use best-sounding voice by default - rms.
# kal sounds horrible - kal16 is obviously better, as a robot sound.
sedit 's:flite_voice_list = flite_set_voice_list();:flite_voice_list = flite_set_voice_list();\n desired_voice = flite_voice_select("rms");:' main/flite_main.c &&

OPTS+=" --with-audio=alsa --enable-shared" &&

default_build

) > $C_FIFO 2>&1
18 changes: 18 additions & 0 deletions audio/flite/DETAILS
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,18 @@
MODULE=flite
VERSION=1.4-release
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL=http://www.speech.cs.cmu.edu/flite/packed/flite-1.4
SOURCE_VFY=sha1:5370eebe917ba2b57dfdbaf15013b99bbe748631
WEB_SITE=http://cmuflite.org/
ENTERED=20071111
UPDATED=20100816
SHORT="A small, fast speech-synthesis engine (text-to-speech)"
PSAFE=no

cat << EOF
Flite (festival-lite) is a small, fast run-time speech-synthesis engine
developed at CMU and primarily designed for small, embedded machines
and/or large servers. Flite is designed as an alternative synthesis
engine to Festival for voices built using the FestVox suite of
voice-building tools.
EOF

0 comments on commit a91fc83

Please sign in to comment.