diff options
Diffstat (limited to 'audio/festvox-us3')
-rw-r--r-- | audio/festvox-us3/Makefile | 35 | ||||
-rw-r--r-- | audio/festvox-us3/files/md5 | 3 | ||||
-rw-r--r-- | audio/festvox-us3/pkg/COMMENT | 1 | ||||
-rw-r--r-- | audio/festvox-us3/pkg/DESCR | 16 | ||||
-rw-r--r-- | audio/festvox-us3/pkg/PLIST | 9 |
5 files changed, 64 insertions, 0 deletions
diff --git a/audio/festvox-us3/Makefile b/audio/festvox-us3/Makefile new file mode 100644 index 00000000000..31b6adf6c0a --- /dev/null +++ b/audio/festvox-us3/Makefile @@ -0,0 +1,35 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/10/11 16:51:41 proff Exp $ + +DISTNAME= festvox_us3 +PKGNAME= festvox-us3-1.4.0 +WRKSRC= ${WRKDIR}/festival +CATEGORIES= audio +MASTER_SITES= ftp://ftp.cstr.ed.ac.uk/pub/festival/1.4.0/ + +MAINTAINER= proff@iq.org +HOMEPAGE= http://www.cstr.ed.ac.uk/projects/festival.html + +DEPENDS+= festival-1.4.0:../festival \ + festlex-poslex-1.4.0:../festlex-poslex \ + festlex-cmu-1.4.0:../festlex-cmu \ + mbrola-301h:../mbrola \ + mbrolavox-us3-990208:../mbrolavox-us3 + +LICENSE= no-commercial-use + +NO_BUILD= yes + +FHOME= ${PREFIX}/share/festival +MBROLA= ${FHOME}/lib/voices/english/us3_mbrola + +post-extract: + @ chmod -R a+r ${WRKSRC} + @ find ${WRKSRC} -type d -print0 | xargs -0 chmod 755 + +do-install: + cd ${WRKSRC} && pax -r -w * ${FHOME} +#ugh + ln -fs ../../../../../mbrola/voices/us3 ${MBROLA} + ln -fs ../../../../../mbrola/voices/us3/us3mrpa ${MBROLA} + +.include "../../mk/bsd.pkg.mk" diff --git a/audio/festvox-us3/files/md5 b/audio/festvox-us3/files/md5 new file mode 100644 index 00000000000..1dba7c241be --- /dev/null +++ b/audio/festvox-us3/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1999/10/11 16:51:41 proff Exp $ + +MD5 (festvox_us3.tar.gz) = 06dbfe2edaab6ffa31deeaf522e0c33e diff --git a/audio/festvox-us3/pkg/COMMENT b/audio/festvox-us3/pkg/COMMENT new file mode 100644 index 00000000000..ea29d79706e --- /dev/null +++ b/audio/festvox-us3/pkg/COMMENT @@ -0,0 +1 @@ +MBROLA based American English male voice for festival diff --git a/audio/festvox-us3/pkg/DESCR b/audio/festvox-us3/pkg/DESCR new file mode 100644 index 00000000000..2d12612e9ce --- /dev/null +++ b/audio/festvox-us3/pkg/DESCR @@ -0,0 +1,16 @@ +MBROLA based American English male voice for the festival speech +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> diff --git a/audio/festvox-us3/pkg/PLIST b/audio/festvox-us3/pkg/PLIST new file mode 100644 index 00000000000..1f972f70609 --- /dev/null +++ b/audio/festvox-us3/pkg/PLIST @@ -0,0 +1,9 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/10/11 16:51:41 proff Exp $ +@comment the next two entries are symlinks +share/festival/lib/voices/english/us3_mbrola/us3mrpa +share/festival/lib/voices/english/us3_mbrola/us3 +share/festival/lib/voices/english/us3_mbrola/usradio +share/festival/lib/voices/english/us3_mbrola/festvox/us3_mbrola.scm +share/festival/lib/voices/english/us3_mbrola/festvox/usdurtreeZ.scm +@dirrm share/festival/lib/voices/english/us3_mbrola/festvox +@dirrm share/festival/lib/voices/english/us3_mbrola |