From 1467ef4bd09eb39017b631aa07ef4bd2c15bd2a5 Mon Sep 17 00:00:00 2001 From: proff Date: Thu, 15 Apr 1999 14:32:57 +0000 Subject: the mbrola group has recently released three additional festvial diphone databases (us1, us2, us3), so change the festival <-> mbrola voice model to be one to many, abstracting the rab derived en1 voice out accordingly --- audio/Makefile | 4 ++-- audio/festvox-en1/Makefile | 36 ++++++++++++++++++++++++++++++++++++ audio/festvox-en1/files/md5 | 3 +++ audio/festvox-en1/pkg/COMMENT | 1 + audio/festvox-en1/pkg/DESCR | 15 +++++++++++++++ audio/festvox-en1/pkg/PLIST | 7 +++++++ audio/festvox-mbrola/Makefile | 36 ------------------------------------ audio/festvox-mbrola/files/md5 | 3 --- audio/festvox-mbrola/pkg/COMMENT | 1 - audio/festvox-mbrola/pkg/DESCR | 14 -------------- audio/festvox-mbrola/pkg/PLIST | 7 ------- 11 files changed, 64 insertions(+), 63 deletions(-) create mode 100644 audio/festvox-en1/Makefile create mode 100644 audio/festvox-en1/files/md5 create mode 100644 audio/festvox-en1/pkg/COMMENT create mode 100644 audio/festvox-en1/pkg/DESCR create mode 100644 audio/festvox-en1/pkg/PLIST delete mode 100644 audio/festvox-mbrola/Makefile delete mode 100644 audio/festvox-mbrola/files/md5 delete mode 100644 audio/festvox-mbrola/pkg/COMMENT delete mode 100644 audio/festvox-mbrola/pkg/DESCR delete mode 100644 audio/festvox-mbrola/pkg/PLIST (limited to 'audio') diff --git a/audio/Makefile b/audio/Makefile index dcc66ab2529..c0dfe5e94dd 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 1999/04/06 17:55:31 tron Exp $ +# $NetBSD: Makefile,v 1.30 1999/04/15 14:32:57 proff Exp $ # SUBDIR += amp @@ -24,7 +24,7 @@ SUBDIR += festvox-kal8 SUBDIR += festvox-ked16 SUBDIR += festvox-ked8 - SUBDIR += festvox-mbrola + SUBDIR += festvox-en1 SUBDIR += festvox-mwm SUBDIR += festvox-ogirab SUBDIR += festvox-rab16 diff --git a/audio/festvox-en1/Makefile b/audio/festvox-en1/Makefile new file mode 100644 index 00000000000..db91e709783 --- /dev/null +++ b/audio/festvox-en1/Makefile @@ -0,0 +1,36 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/04/15 14:34:28 proff Exp $ + +DISTNAME= festvox-en1-1.3.1 +WRKSRC= ${WRKDIR}/festival +CATEGORIES= audio +MASTER_SITES= ftp://ftp.cstr.ed.ac.uk/pub/festival/1.3.1/ +DISTFILES= festvox_en1.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:../festlex-oald \ + mbrola-linux-301g1:../mbrola-linux \ + mbrolavox-en1-980910:../mbrolavox-en1 + +LICENSE= non-commercial-use + +NO_BUILD= yes + +FHOME= ${PREFIX}/share/festival +MBROLA= ${FHOME}/lib/voices/english/rab_mbrola + +post-extract: + @ chmod -R a+r ${WRKSRC} + @ find ${WRKSRC} -type d -print0 | xargs -0 chmod 755 + +do-install: + ${INSTALL_DATA_DIR} ${FHOME}/rab_mbrola + cd ${WRKSRC} && pax -r -w * ${FHOME} +#ugh + ln -fs ../../../../../mbrola/voices/en1/en1 ${MBROLA} + ln -fs ../../../../../mbrola/voices/en1/en1mrpa ${MBROLA} + +.include "../../mk/bsd.pkg.mk" diff --git a/audio/festvox-en1/files/md5 b/audio/festvox-en1/files/md5 new file mode 100644 index 00000000000..dbed4c077bf --- /dev/null +++ b/audio/festvox-en1/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1999/04/15 14:34:28 proff Exp $ + +MD5 (festvox_en1.tar.gz) = f7ad8d80ff961ddf9b26b98fbc54db2d diff --git a/audio/festvox-en1/pkg/COMMENT b/audio/festvox-en1/pkg/COMMENT new file mode 100644 index 00000000000..64c9ccb5289 --- /dev/null +++ b/audio/festvox-en1/pkg/COMMENT @@ -0,0 +1 @@ +MBROLA based British English male voice for festival diff --git a/audio/festvox-en1/pkg/DESCR b/audio/festvox-en1/pkg/DESCR new file mode 100644 index 00000000000..4551c96a6b3 --- /dev/null +++ b/audio/festvox-en1/pkg/DESCR @@ -0,0 +1,15 @@ +MBROLA based British English male voice for the festival speech +synthesis system. + +This voice provides a British RP English male voice using the MBROLA +wave synthesis method (via the MBROLA package). It uses a modified +Oxford Advanced Learners' Dictionary for 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_mbrola) + +-Julian Assange diff --git a/audio/festvox-en1/pkg/PLIST b/audio/festvox-en1/pkg/PLIST new file mode 100644 index 00000000000..87600125cf0 --- /dev/null +++ b/audio/festvox-en1/pkg/PLIST @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/04/15 14:34:28 proff Exp $ +@comment the next two entries are symlinks +share/festival/lib/voices/english/rab_mbrola/en1 +share/festival/lib/voices/english/rab_mbrola/en1mrpa +share/festival/lib/voices/english/rab_mbrola/festvox/rab_mbrola.scm +@dirrm share/festival/lib/voices/english/rab_mbrola/festvox +@dirrm share/festival/lib/voices/english/rab_mbrola diff --git a/audio/festvox-mbrola/Makefile b/audio/festvox-mbrola/Makefile deleted file mode 100644 index 915b52f74c4..00000000000 --- a/audio/festvox-mbrola/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# $NetBSD: Makefile,v 1.3 1999/04/14 04:50:24 proff Exp $ - -DISTNAME= festvox-mbrola-1.3.1 -WRKSRC= ${WRKDIR}/festival -CATEGORIES= audio -MASTER_SITES= ftp://ftp.cstr.ed.ac.uk/pub/festival/1.3.1/ -DISTFILES= festvox_en1.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:../festlex-oald \ - mbrola-linux-301g1:../mbrola-linux \ - mbrolavox-en1-980910:../mbrolavox-en1 - -LICENSE= non-commercial-use - -NO_BUILD= yes - -FHOME= ${PREFIX}/share/festival -MBROLA= ${FHOME}/lib/voices/english/rab_mbrola - -post-extract: - @ chmod -R a+r ${WRKSRC} - @ find ${WRKSRC} -type d -print0 | xargs -0 chmod 755 - -do-install: - ${INSTALL_DATA_DIR} ${FHOME}/rab_mbrola - cd ${WRKSRC} && pax -r -w * ${FHOME} -#ugh - ln -fs ../../../../../mbrola/voices/en1/en1 ${MBROLA} - ln -fs ../../../../../mbrola/voices/en1/en1mrpa ${MBROLA} - -.include "../../mk/bsd.pkg.mk" diff --git a/audio/festvox-mbrola/files/md5 b/audio/festvox-mbrola/files/md5 deleted file mode 100644 index bddd3a5750d..00000000000 --- a/audio/festvox-mbrola/files/md5 +++ /dev/null @@ -1,3 +0,0 @@ -$NetBSD: md5,v 1.1.1.1 1999/04/04 19:35:44 proff Exp $ - -MD5 (festvox_en1.tar.gz) = f7ad8d80ff961ddf9b26b98fbc54db2d diff --git a/audio/festvox-mbrola/pkg/COMMENT b/audio/festvox-mbrola/pkg/COMMENT deleted file mode 100644 index 1f2196d2a6b..00000000000 --- a/audio/festvox-mbrola/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -MBROLA based British English male voice for the festival diff --git a/audio/festvox-mbrola/pkg/DESCR b/audio/festvox-mbrola/pkg/DESCR deleted file mode 100644 index 08e923e1a5a..00000000000 --- a/audio/festvox-mbrola/pkg/DESCR +++ /dev/null @@ -1,14 +0,0 @@ -MBROLA based British English male voice for the festival speech synthesis system. - -This voice provides a British RP English male voice using the MBROLA -wave synthesis method (via the MBROLA package). It uses a modified -Oxford Advanced Learners' Dictionary for 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_mbrola) - --Julian Assange diff --git a/audio/festvox-mbrola/pkg/PLIST b/audio/festvox-mbrola/pkg/PLIST deleted file mode 100644 index 82d4a516cc4..00000000000 --- a/audio/festvox-mbrola/pkg/PLIST +++ /dev/null @@ -1,7 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 1999/04/04 19:35:45 proff Exp $ -@comment the next two entries are symlinks -share/festival/lib/voices/english/rab_mbrola/en1 -share/festival/lib/voices/english/rab_mbrola/en1mrpa -share/festival/lib/voices/english/rab_mbrola/festvox/rab_mbrola.scm -@dirrm share/festival/lib/voices/english/rab_mbrola/festvox -@dirrm share/festival/lib/voices/english/rab_mbrola -- cgit v1.2.3