diff options
author | proff <proff@pkgsrc.org> | 1999-04-04 19:32:15 +0000 |
---|---|---|
committer | proff <proff@pkgsrc.org> | 1999-04-04 19:32:15 +0000 |
commit | 68d25cb783fc3b18eee20b1191573e5cdbf6ab45 (patch) | |
tree | f1b058c61e9f3c0a5663e680a9a7e0f01762903a /audio/festvox-kal16 | |
parent | 0f480e3e33fdd179f9d9bc52816f1ff8ae230e3f (diff) | |
download | pkgsrc-68d25cb783fc3b18eee20b1191573e5cdbf6ab45.tar.gz |
part of the festival speech synthesis system from CSTR
Diffstat (limited to 'audio/festvox-kal16')
-rw-r--r-- | audio/festvox-kal16/Makefile | 30 | ||||
-rw-r--r-- | audio/festvox-kal16/files/md5 | 3 | ||||
-rw-r--r-- | audio/festvox-kal16/pkg/COMMENT | 1 | ||||
-rw-r--r-- | audio/festvox-kal16/pkg/DESCR | 13 | ||||
-rw-r--r-- | audio/festvox-kal16/pkg/PLIST | 7 |
5 files changed, 54 insertions, 0 deletions
diff --git a/audio/festvox-kal16/Makefile b/audio/festvox-kal16/Makefile new file mode 100644 index 00000000000..5f31f677a0c --- /dev/null +++ b/audio/festvox-kal16/Makefile @@ -0,0 +1,30 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/04/04 19:34:56 proff Exp $ + +DISTNAME= festvox-kal16-1.3.1 +WRKSRC= ${WRKDIR}/festival +CATEGORIES= audio +MASTER_SITES= ftp://ftp.cstr.ed.ac.uk/pub/festival/1.3.1/ +DISTFILES= festvox_kallpc16k.tar.gz + +MAINTAINER= proff@iq.org +HOMEPAGE= http://www.cstr.ed.ac.uk/projects/festival.html + +DEPENDS+= festival-1.3.1:../festival \ + festlex-poslex-1.3.1:../festlex-poslex \ + festlex-cmu-1.3.1:../festlex-cmu + +CONFLICTS= festvox-kal8-* + +NO_BUILD= yes + +FHOME= ${PREFIX}/share/festival + +post-extract: + @ chmod -R a+r ${WRKSRC} + @ find ${WRKSRC} -type d -print0 | xargs -0 chmod 755 + +do-install: + ${INSTALL_DATA_DIR} ${FHOME} + cd ${WRKSRC} && pax -r -w * ${FHOME} + +.include "../../mk/bsd.pkg.mk" diff --git a/audio/festvox-kal16/files/md5 b/audio/festvox-kal16/files/md5 new file mode 100644 index 00000000000..cdcb2f4f4d4 --- /dev/null +++ b/audio/festvox-kal16/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1999/04/04 19:34:56 proff Exp $ + +MD5 (festvox_kallpc16k.tar.gz) = 1dcbccb01765f97ed595606229694236 diff --git a/audio/festvox-kal16/pkg/COMMENT b/audio/festvox-kal16/pkg/COMMENT new file mode 100644 index 00000000000..9fc9dc87dd0 --- /dev/null +++ b/audio/festvox-kal16/pkg/COMMENT @@ -0,0 +1 @@ +16khz American English male voice for the festival diff --git a/audio/festvox-kal16/pkg/DESCR b/audio/festvox-kal16/pkg/DESCR new file mode 100644 index 00000000000..db9c41429d7 --- /dev/null +++ b/audio/festvox-kal16/pkg/DESCR @@ -0,0 +1,13 @@ +16khz American English male voice for the festival speech synthesis system. + +This voice provides an American English male voice using a residual +excited LPC diphone synthesis method. It uses the CMU Lexicon +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. + +This voice can be activated via (voice_kal_diphone) + +-Julian Assange <proff@iq.org> diff --git a/audio/festvox-kal16/pkg/PLIST b/audio/festvox-kal16/pkg/PLIST new file mode 100644 index 00000000000..747a9001116 --- /dev/null +++ b/audio/festvox-kal16/pkg/PLIST @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/04/04 19:34:56 proff Exp $ +share/festival/lib/voices/english/kal_diphone/group/kallpc16k.group +@dirrm share/festival/lib/voices/english/kal_diphone/group +share/festival/lib/voices/english/kal_diphone/festvox/kal_diphone.scm +share/festival/lib/voices/english/kal_diphone/festvox/kaldurtreeZ.scm +@dirrm share/festival/lib/voices/english/kal_diphone/festvox +@dirrm share/festival/lib/voices/english/kal_diphone |