diff options
author | proff <proff> | 1999-10-11 18:27:58 +0000 |
---|---|---|
committer | proff <proff> | 1999-10-11 18:27:58 +0000 |
commit | e17837667ad1484e2f3c3679ac0c799a67237225 (patch) | |
tree | 658e39489f0d1179c8fe314008efaef383207e93 /audio | |
parent | eac38c6919406486162cee04eaed570c99fd67d0 (diff) | |
download | pkgsrc-e17837667ad1484e2f3c3679ac0c799a67237225.tar.gz |
American English male voice for MBROLA.
US2 is a diphone database for american english, consisting of 2065
diphones, male voice.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mbrolavox-us2/Makefile | 33 | ||||
-rw-r--r-- | audio/mbrolavox-us2/files/md5 | 3 | ||||
-rw-r--r-- | audio/mbrolavox-us2/pkg/COMMENT | 3 | ||||
-rw-r--r-- | audio/mbrolavox-us2/pkg/DESCR | 68 | ||||
-rw-r--r-- | audio/mbrolavox-us2/pkg/PLIST | 13 |
5 files changed, 120 insertions, 0 deletions
diff --git a/audio/mbrolavox-us2/Makefile b/audio/mbrolavox-us2/Makefile new file mode 100644 index 00000000000..ce22908c657 --- /dev/null +++ b/audio/mbrolavox-us2/Makefile @@ -0,0 +1,33 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/10/11 18:27:58 proff Exp $ + +DISTNAME= us2-980812 +PKGNAME= mbrolavox-${DISTNAME} +WRKSRC= ${WRKDIR} +CATEGORIES= audio +MASTER_SITES= ftp://tcts.fpms.ac.be/pub/mbrola/VOICES/us2/ +EXTRACT_SUFX= .zip + +MAINTAINER= proff@iq.org +HOMEPAGE= http://tcts.fpms.ac.be/synthesis/mbrola.html + +DEPENDS+= mbrola-301h:../mbrola + +BUILD_DEPENDS= unzip:../../archivers/unzip + +LICENSE= no-commercial-use + +EXTRACT_CMD= unzip -Loq ${DOWNLOADED_DISTFILE} + +NO_BUILD= yes + +MHOME= ${PREFIX}/share/mbrola/voices + +post-extract: + @ chmod -R a+r ${WRKSRC} + @ find ${WRKSRC} -type d -print0 | xargs -0 chmod 755 + +do-install: + ${INSTALL_DATA_DIR} ${MHOME} + cd ${WRKSRC} && pax -r -w us2 ${MHOME} + +.include "../../mk/bsd.pkg.mk" diff --git a/audio/mbrolavox-us2/files/md5 b/audio/mbrolavox-us2/files/md5 new file mode 100644 index 00000000000..2ad38da0675 --- /dev/null +++ b/audio/mbrolavox-us2/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1999/10/11 18:27:58 proff Exp $ + +MD5 (us2-980812.zip) = 185045d55456694f4f104173e43bbb89 diff --git a/audio/mbrolavox-us2/pkg/COMMENT b/audio/mbrolavox-us2/pkg/COMMENT new file mode 100644 index 00000000000..a8f0bb5d0d7 --- /dev/null +++ b/audio/mbrolavox-us2/pkg/COMMENT @@ -0,0 +1,3 @@ +American English male voice for MBROLA. + +-Julian Assange <proff@iq.org> diff --git a/audio/mbrolavox-us2/pkg/DESCR b/audio/mbrolavox-us2/pkg/DESCR new file mode 100644 index 00000000000..b031c3aa873 --- /dev/null +++ b/audio/mbrolavox-us2/pkg/DESCR @@ -0,0 +1,68 @@ +American English male voice for MBROLA. + +US2 is a diphone database for american english, consisting of 2065 +diphones, male voice. + +The following phoneme symbols are assumed in our diphone sets. It +slightly differ for the SAMPA alphabet since american english is not +british english. + +SYMBOL PRONOUNCED LIKE IN +p drop proxy +p_h pod (aspirated allophone of p) + +t plot tromp +t_h top (aspirated allophone of t) +4 later (flapped allophone of t) + +k rock crop +k_h cot (aspirated allophone of k) + +b cob box +d nod dot +g jog gospel + +f prof fox +s boss sonic +S wash shop +tS notch chop +T cloth thomp + +v salve volley +z was zombie +Z garage jacques +dZ dodge jog +D clothe thy + +m palm mambo +n john novel +N bong +l doll lockwood +r star roxanne +j yacht +w show womble +h harm +r= her urgent + +i even +A arthur +u oodles +I illness +E else +{ apple +V nut +U good +@ about +EI able +AI island +OI oyster +@U over +aU out + +O all +Or Allophone of O in front of /r/ like in 'sort' + +The diphone matrix is square, no diphone lacking... of course diphone +like t-N may not sound optimal :-) + +-Julian Assange <proff@iq.org> diff --git a/audio/mbrolavox-us2/pkg/PLIST b/audio/mbrolavox-us2/pkg/PLIST new file mode 100644 index 00000000000..2a4704f2d29 --- /dev/null +++ b/audio/mbrolavox-us2/pkg/PLIST @@ -0,0 +1,13 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/10/11 18:27:59 proff Exp $ +share/mbrola/voices/us2/us2 +share/mbrola/voices/us2/us2.txt +share/mbrola/voices/us2/license.txt +share/mbrola/voices/us2/TEST +share/mbrola/voices/us2/TEST/alice.pho +share/mbrola/voices/us2/TEST/mbrola.pho +share/mbrola/voices/us2/TEST/babel.pho +share/mbrola/voices/us2/TEST/mbroli.ini +@dirrm share/mbrola/voices/us2/TEST +@dirrm share/mbrola/voices/us2 +@dirrm share/mbrola/voices +@dirrm share/mbrola |