From 68d25cb783fc3b18eee20b1191573e5cdbf6ab45 Mon Sep 17 00:00:00 2001 From: proff Date: Sun, 4 Apr 1999 19:32:15 +0000 Subject: part of the festival speech synthesis system from CSTR --- audio/festvox-rab8/Makefile | 30 ++++++++++++++++++++++++++++++ audio/festvox-rab8/files/md5 | 3 +++ audio/festvox-rab8/pkg/COMMENT | 1 + audio/festvox-rab8/pkg/DESCR | 13 +++++++++++++ audio/festvox-rab8/pkg/PLIST | 6 ++++++ 5 files changed, 53 insertions(+) create mode 100644 audio/festvox-rab8/Makefile create mode 100644 audio/festvox-rab8/files/md5 create mode 100644 audio/festvox-rab8/pkg/COMMENT create mode 100644 audio/festvox-rab8/pkg/DESCR create mode 100644 audio/festvox-rab8/pkg/PLIST (limited to 'audio/festvox-rab8') diff --git a/audio/festvox-rab8/Makefile b/audio/festvox-rab8/Makefile new file mode 100644 index 00000000000..77d504be5de --- /dev/null +++ b/audio/festvox-rab8/Makefile @@ -0,0 +1,30 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/04/04 19:36:31 proff Exp $ + +DISTNAME= festvox-rab8-1.3.1 +WRKSRC= ${WRKDIR}/festival +CATEGORIES= audio +MASTER_SITES= ftp://ftp.cstr.ed.ac.uk/pub/festival/1.3.1/ +DISTFILES= festvox_rablpc8k.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-oald-1.3.1:../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: + ${INSTALL_DATA_DIR} ${FHOME} + cd ${WRKSRC} && pax -r -w * ${FHOME} + +.include "../../mk/bsd.pkg.mk" diff --git a/audio/festvox-rab8/files/md5 b/audio/festvox-rab8/files/md5 new file mode 100644 index 00000000000..80418edf296 --- /dev/null +++ b/audio/festvox-rab8/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1999/04/04 19:36:31 proff Exp $ + +MD5 (festvox_rablpc8k.tar.gz) = 9beb5743e893886e5d1d222ff5fa335c diff --git a/audio/festvox-rab8/pkg/COMMENT b/audio/festvox-rab8/pkg/COMMENT new file mode 100644 index 00000000000..076dd71b7bb --- /dev/null +++ b/audio/festvox-rab8/pkg/COMMENT @@ -0,0 +1 @@ +6khz British English male voice for the festival diff --git a/audio/festvox-rab8/pkg/DESCR b/audio/festvox-rab8/pkg/DESCR new file mode 100644 index 00000000000..3e76b5cc283 --- /dev/null +++ b/audio/festvox-rab8/pkg/DESCR @@ -0,0 +1,13 @@ +8khz British English male voice for the festival speech synthesis system. + +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) + +-Julian Assange diff --git a/audio/festvox-rab8/pkg/PLIST b/audio/festvox-rab8/pkg/PLIST new file mode 100644 index 00000000000..cb2ef194824 --- /dev/null +++ b/audio/festvox-rab8/pkg/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/04/04 19:36:32 proff 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 +@dirrm share/festival/lib/voices/english/rab_diphone/festvox +@dirrm share/festival/lib/voices/english/rab_diphone -- cgit v1.2.3