diff options
author | will <will@FreeBSD.org> | 2000-09-16 18:59:13 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-09-16 18:59:13 +0000 |
commit | 2e7f5e6bf50bf3f317ceeba5b8fa97175f6fef7a (patch) | |
tree | 4c4645020f19c40b1d870a30afd9843d86998ad8 /audio/festvox-rab8 | |
parent | dd5d732d8b43aa14eec22741ae24743810f4ba16 (diff) | |
download | FreeBSD-ports-2e7f5e6bf50bf3f317ceeba5b8fa97175f6fef7a.zip FreeBSD-ports-2e7f5e6bf50bf3f317ceeba5b8fa97175f6fef7a.tar.gz |
Add festival 1.4.1, (or rather add a module that uses it): a multi-lingual
text-to-speech system for Unix. Big thanks to Trevor for porting this!
[ I WAS NOT ON CRACK LAST NIGHT, mmkay?!?! -Ed. ]
PR: 21201
Submitted by: Trevor Johnson <trevor@jpj.net>
Diffstat (limited to 'audio/festvox-rab8')
-rw-r--r-- | audio/festvox-rab8/Makefile | 40 | ||||
-rw-r--r-- | audio/festvox-rab8/distinfo | 3 | ||||
-rw-r--r-- | audio/festvox-rab8/pkg-comment | 1 | ||||
-rw-r--r-- | audio/festvox-rab8/pkg-descr | 19 | ||||
-rw-r--r-- | audio/festvox-rab8/pkg-plist | 7 |
5 files changed, 70 insertions, 0 deletions
diff --git a/audio/festvox-rab8/Makefile b/audio/festvox-rab8/Makefile new file mode 100644 index 0000000..deac2d8 --- /dev/null +++ b/audio/festvox-rab8/Makefile @@ -0,0 +1,40 @@ +# New ports collection makefile for: festvox-rab8 +# Date created: 2000-06-15 +# Whom: Trevor Johnson <trevor@jpj.net> +# based on the NetBSD port +# +# $NetBSD: Makefile,v 1.12 2000/02/15 09:26:17 agc Exp $ +# $FreeBSD$ +# + +PORTNAME= festvox-rab8 +PORTVERSION= 1.4.1 +CATEGORIES= audio +MASTER_SITES= http://www.speech.cs.cmu.edu/festival/cstr/festival/1.4.1/ \ + ftp://ftp.cstr.ed.ac.uk/pub/festival/1.4.1/ +DISTNAME= festvox_rablpc8k +DIST_SUBDIR= festival + +MAINTAINER= trevor@jpj.net + +RUN_DEPENDS= festival:../festival \ + ${LOCALBASE}/share/festival/lib/dicts/wsj.wp39.poslexR:../festlex-poslex \ + ${LOCALBASE}/share/festival/lib/dicts/oald/oaldlex.scm:../festlex-oald + +WRKSRC= ${WRKDIR}/festival + +CONFLICTS= festvox-rab16 + +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: + ${MKDIR} ${FHOME} + cd ${WRKSRC} && ${CP} -pPR * ${FHOME} + +.include <bsd.port.mk> diff --git a/audio/festvox-rab8/distinfo b/audio/festvox-rab8/distinfo new file mode 100644 index 0000000..c24de4d --- /dev/null +++ b/audio/festvox-rab8/distinfo @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.2 1999/10/11 13:26:19 proff Exp $ + +MD5 (festival/festvox_rablpc8k.tar.gz) = a3b863f437a3bc5be90cbeb224bdc5d9 diff --git a/audio/festvox-rab8/pkg-comment b/audio/festvox-rab8/pkg-comment new file mode 100644 index 0000000..98cd80b --- /dev/null +++ b/audio/festvox-rab8/pkg-comment @@ -0,0 +1 @@ +British English male voice, sampled at 8 kHz, for festival diff --git a/audio/festvox-rab8/pkg-descr b/audio/festvox-rab8/pkg-descr new file mode 100644 index 0000000..5b2bfaf --- /dev/null +++ b/audio/festvox-rab8/pkg-descr @@ -0,0 +1,19 @@ +from the NetBSD maintainer: + +This voice provides a British 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_rab_diphone). + +It is sampled at 8 kHz and conflicts with the festvox-rab16 package +(16 kHz samples). + +WWW: http://www.cstr.ed.ac.uk/projects/festival.html + +Trevor Johnson +trevor@jpj.net diff --git a/audio/festvox-rab8/pkg-plist b/audio/festvox-rab8/pkg-plist new file mode 100644 index 0000000..d67aac8 --- /dev/null +++ b/audio/festvox-rab8/pkg-plist @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.2 1999/10/28 01:57:59 hubertf Exp $ +share/festival/lib/voices/english/rab_diphone/group/rablpc8k.group +@dirrm share/festival/lib/voices/english/rab_diphone/group +share/festival/lib/voices/english/rab_diphone/festvox/rab_diphone.scm +share/festival/lib/voices/english/rab_diphone/COPYING +@dirrm share/festival/lib/voices/english/rab_diphone/festvox +@dirrm share/festival/lib/voices/english/rab_diphone |