diff options
author | proff <proff> | 1999-04-04 19:32:15 +0000 |
---|---|---|
committer | proff <proff> | 1999-04-04 19:32:15 +0000 |
commit | 2e33a830ae448b3e85f871a0f0901145a3b9a609 (patch) | |
tree | f1b058c61e9f3c0a5663e680a9a7e0f01762903a /audio/festvox-el11 | |
parent | f9216692505b10d73226d4c91a8f853b9dfcb350 (diff) | |
download | pkgsrc-2e33a830ae448b3e85f871a0f0901145a3b9a609.tar.gz |
part of the festival speech synthesis system from CSTR
Diffstat (limited to 'audio/festvox-el11')
-rw-r--r-- | audio/festvox-el11/Makefile | 26 | ||||
-rw-r--r-- | audio/festvox-el11/files/md5 | 3 | ||||
-rw-r--r-- | audio/festvox-el11/pkg/COMMENT | 1 | ||||
-rw-r--r-- | audio/festvox-el11/pkg/DESCR | 11 | ||||
-rw-r--r-- | audio/festvox-el11/pkg/PLIST | 9 |
5 files changed, 50 insertions, 0 deletions
diff --git a/audio/festvox-el11/Makefile b/audio/festvox-el11/Makefile new file mode 100644 index 00000000000..cbbb62cc512 --- /dev/null +++ b/audio/festvox-el11/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/04/04 19:34:21 proff Exp $ + +DISTNAME= festvox-el11-1.3.1 +WRKSRC= ${WRKDIR}/festival +CATEGORIES= audio +MASTER_SITES= ftp://ftp.cstr.ed.ac.uk/pub/festival/1.3.1/ +DISTFILES= festvox_ellpc11k.tar.gz + +MAINTAINER= proff@iq.org +HOMEPAGE= http://www.cstr.ed.ac.uk/projects/festival.html + +DEPENDS+= festival-1.3.1:../festival + +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-el11/files/md5 b/audio/festvox-el11/files/md5 new file mode 100644 index 00000000000..ba7748e8fe1 --- /dev/null +++ b/audio/festvox-el11/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1999/04/04 19:34:21 proff Exp $ + +MD5 (festvox_ellpc11k.tar.gz) = 66235095589953b7c4cd7e0472dc6e5a diff --git a/audio/festvox-el11/pkg/COMMENT b/audio/festvox-el11/pkg/COMMENT new file mode 100644 index 00000000000..64119b5bb49 --- /dev/null +++ b/audio/festvox-el11/pkg/COMMENT @@ -0,0 +1 @@ +Castilian Spanish male voice for the festival speech synthesis system. diff --git a/audio/festvox-el11/pkg/DESCR b/audio/festvox-el11/pkg/DESCR new file mode 100644 index 00000000000..cd1a811d2d0 --- /dev/null +++ b/audio/festvox-el11/pkg/DESCR @@ -0,0 +1,11 @@ +Castilian Spanish male voice for the festival speech synthesis system. + +This voice provides a Castilian Spanish male voice using a residual +excited LPC diphone synthesis method. The lexicon is provived by +a set of letter to sound rules producing pronunciation accents and +syllabification. The durations, intonation and prosodic phrasing +are minimal but are acceptable for simple examples. + +This voice can be activated via (voice_el_diphone) + +-Julian Assange <proff@iq.org> diff --git a/audio/festvox-el11/pkg/PLIST b/audio/festvox-el11/pkg/PLIST new file mode 100644 index 00000000000..2431186b7a2 --- /dev/null +++ b/audio/festvox-el11/pkg/PLIST @@ -0,0 +1,9 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/04/04 19:34:21 proff Exp $ +share/festival/lib/voices/spanish/el_diphone/group/ellpc11k.group +@dirrm share/festival/lib/voices/spanish/el_diphone/group +share/festival/lib/voices/spanish/el_diphone/festvox/el_diphone.scm +share/festival/lib/voices/spanish/el_diphone/festvox/spanlex.scm +share/festival/lib/voices/spanish/el_diphone/festvox/spanint.scm +share/festival/lib/voices/spanish/el_diphone/festvox/sptoken.scm +@dirrm share/festival/lib/voices/spanish/el_diphone/festvox +@dirrm share/festival/lib/voices/spanish/el_diphone |