summaryrefslogtreecommitdiff
path: root/audio/festvox-us3
AgeCommit message (Collapse)AuthorFilesLines
2000-02-15When multi-line dependencies occur, use a "DEPENDS+= package" formatagc1-6/+6
for each of the continuation lines, rather than using backslashes to continue a single, long definition. This makes it much easier to spot pre-requisite packages and other dependencies.
1999-12-28replaced some more commands by their ${COMMAND} counterpartswiz1-4/+4
1999-12-25pkglint silencing:wiz1-4/+4
o use DISTNAME and PKGNAME instead of DISTFILES o replace rm by ${RM}, chmod by ${CHMOD}, pax by ${PAX}, echo by ${ECHO} o reorder lines, remove unnecessary blank o modify pkg/COMMENT and pkg/DESCR o remove lines from files/patch-sum for files that aren't there
1999-10-11MBROLA based American English male voice for the festival speechproff5-0/+64
synthesis system. This voice provides a American English male voice using the MBROLA synthesis method. It uses a modified CMU lexicon for pronunciations. Prosodic phrasing is provided by a statistically trained model using part of speech and local distribution of breaks. Intonation is provided by a CART tree predicting ToBI accents and an F0 contour generated from a model trained from natural speech. The duration model is also trained from data using a CART tree. The quality of this voice is not as high as us1 and us2 This voice can be activated via (voice_us3_mbrola) -Julian Assange <proff@iq.org>