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-jph | |
parent | 0f480e3e33fdd179f9d9bc52816f1ff8ae230e3f (diff) | |
download | pkgsrc-68d25cb783fc3b18eee20b1191573e5cdbf6ab45.tar.gz |
part of the festival speech synthesis system from CSTR
Diffstat (limited to 'audio/festvox-jph')
-rw-r--r-- | audio/festvox-jph/Makefile | 27 | ||||
-rw-r--r-- | audio/festvox-jph/files/md5 | 3 | ||||
-rw-r--r-- | audio/festvox-jph/pkg/COMMENT | 1 | ||||
-rw-r--r-- | audio/festvox-jph/pkg/DESCR | 10 | ||||
-rw-r--r-- | audio/festvox-jph/pkg/PLIST | 6 |
5 files changed, 47 insertions, 0 deletions
diff --git a/audio/festvox-jph/Makefile b/audio/festvox-jph/Makefile new file mode 100644 index 00000000000..0356d44fb94 --- /dev/null +++ b/audio/festvox-jph/Makefile @@ -0,0 +1,27 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/04/04 19:34:43 proff Exp $ + +DISTNAME= festvox-jph-1.4 +WRKSRC= ${WRKDIR}/festival +CATEGORIES= audio +MASTER_SITES= ftp://cslu.cse.ogi.edu/pub/tts/ +DISTFILES= voice_jph-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 + +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-jph/files/md5 b/audio/festvox-jph/files/md5 new file mode 100644 index 00000000000..7a5398a5276 --- /dev/null +++ b/audio/festvox-jph/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1999/04/04 19:34:44 proff Exp $ + +MD5 (voice_jph-1.4.tar.gz) = 06146468cdcfd5d8635a8b35c522df7e diff --git a/audio/festvox-jph/pkg/COMMENT b/audio/festvox-jph/pkg/COMMENT new file mode 100644 index 00000000000..f0ed35ad83f --- /dev/null +++ b/audio/festvox-jph/pkg/COMMENT @@ -0,0 +1 @@ +American English male voice for the festival speech synthesis system. diff --git a/audio/festvox-jph/pkg/DESCR b/audio/festvox-jph/pkg/DESCR new file mode 100644 index 00000000000..462214587bd --- /dev/null +++ b/audio/festvox-jph/pkg/DESCR @@ -0,0 +1,10 @@ +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 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_jph_diphone) + +-Julian Assange <proff@iq.org> diff --git a/audio/festvox-jph/pkg/PLIST b/audio/festvox-jph/pkg/PLIST new file mode 100644 index 00000000000..19c7d4dd233 --- /dev/null +++ b/audio/festvox-jph/pkg/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/04/04 19:34:44 proff Exp $ +share/festival/lib/voices/english/jph_diphone/group/jphlpcOGI16k.group +@dirrm share/festival/lib/voices/english/jph_diphone/group +share/festival/lib/voices/english/jph_diphone/festvox/jph_diphone.scm +@dirrm share/festival/lib/voices/english/jph_diphone/festvox +@dirrm share/festival/lib/voices/english/jph_diphone |