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-hvs | |
parent | 0f480e3e33fdd179f9d9bc52816f1ff8ae230e3f (diff) | |
download | pkgsrc-68d25cb783fc3b18eee20b1191573e5cdbf6ab45.tar.gz |
part of the festival speech synthesis system from CSTR
Diffstat (limited to 'audio/festvox-hvs')
-rw-r--r-- | audio/festvox-hvs/Makefile | 28 | ||||
-rw-r--r-- | audio/festvox-hvs/files/md5 | 3 | ||||
-rw-r--r-- | audio/festvox-hvs/pkg/COMMENT | 1 | ||||
-rw-r--r-- | audio/festvox-hvs/pkg/DESCR | 10 | ||||
-rw-r--r-- | audio/festvox-hvs/pkg/PLIST | 6 |
5 files changed, 48 insertions, 0 deletions
diff --git a/audio/festvox-hvs/Makefile b/audio/festvox-hvs/Makefile new file mode 100644 index 00000000000..e209f2ddc76 --- /dev/null +++ b/audio/festvox-hvs/Makefile @@ -0,0 +1,28 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/04/04 19:34:32 proff Exp $ + +DISTNAME= festvox-hvs-1.4 +WRKSRC= ${WRKDIR}/festival +CATEGORIES= audio +MASTER_SITES= ftp://cslu.cse.ogi.edu/pub/tts/ +DISTFILES= voice_hvs-1.4.tar.gz + +MAINTAINER= proff@iq.org +HOMEPAGE= http://cslu.cse.ogi.edu/tts + +DEPENDS+= festival-1.3.1:../festival \ + festlex-ogi-1.4:../festlex-ogi \ + festogi-spanish-1.4:../festogi-spanish + +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-hvs/files/md5 b/audio/festvox-hvs/files/md5 new file mode 100644 index 00000000000..12cd19cf85e --- /dev/null +++ b/audio/festvox-hvs/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1999/04/04 19:34:33 proff Exp $ + +MD5 (voice_hvs-1.4.tar.gz) = 80905d94db69b90055fa0c3a5e3e49ff diff --git a/audio/festvox-hvs/pkg/COMMENT b/audio/festvox-hvs/pkg/COMMENT new file mode 100644 index 00000000000..3718e5d1b3c --- /dev/null +++ b/audio/festvox-hvs/pkg/COMMENT @@ -0,0 +1 @@ +Mexican Spanish female voice for the festival diff --git a/audio/festvox-hvs/pkg/DESCR b/audio/festvox-hvs/pkg/DESCR new file mode 100644 index 00000000000..be13a19f286 --- /dev/null +++ b/audio/festvox-hvs/pkg/DESCR @@ -0,0 +1,10 @@ +Mexican Spanish female voice for the festival speech synthesis system. + +This voice provides an Mexican Spanish female voice using a residual +excited LPC diphone synthesis module, both created at OGI. It uses +a lexicon compiled from MOBY and CMU lexicons, and other trained +modules used by CSTR voices. + +This voice can be activated via (voice_hvs_diphone) + +-Julian Assange <proff@iq.org> diff --git a/audio/festvox-hvs/pkg/PLIST b/audio/festvox-hvs/pkg/PLIST new file mode 100644 index 00000000000..8f5c54dccbe --- /dev/null +++ b/audio/festvox-hvs/pkg/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/04/04 19:34:33 proff Exp $ +share/festival/lib/voices/spanish/hvs_diphone/group/hvslpcOGI16k.group +@dirrm share/festival/lib/voices/spanish/hvs_diphone/group +share/festival/lib/voices/spanish/hvs_diphone/festvox/hvs_diphone.scm +@dirrm share/festival/lib/voices/spanish/hvs_diphone/festvox +@dirrm share/festival/lib/voices/spanish/hvs_diphone |