diff options
author | proff <proff@pkgsrc.org> | 1999-04-04 19:32:15 +0000 |
---|---|---|
committer | proff <proff@pkgsrc.org> | 1999-04-04 19:32:15 +0000 |
commit | 68d25cb783fc3b18eee20b1191573e5cdbf6ab45 (patch) | |
tree | f1b058c61e9f3c0a5663e680a9a7e0f01762903a /audio/festogi-spanish | |
parent | 0f480e3e33fdd179f9d9bc52816f1ff8ae230e3f (diff) | |
download | pkgsrc-68d25cb783fc3b18eee20b1191573e5cdbf6ab45.tar.gz |
part of the festival speech synthesis system from CSTR
Diffstat (limited to 'audio/festogi-spanish')
-rw-r--r-- | audio/festogi-spanish/Makefile | 26 | ||||
-rw-r--r-- | audio/festogi-spanish/files/md5 | 3 | ||||
-rw-r--r-- | audio/festogi-spanish/pkg/COMMENT | 1 | ||||
-rw-r--r-- | audio/festogi-spanish/pkg/DESCR | 46 | ||||
-rw-r--r-- | audio/festogi-spanish/pkg/PLIST | 10 |
5 files changed, 86 insertions, 0 deletions
diff --git a/audio/festogi-spanish/Makefile b/audio/festogi-spanish/Makefile new file mode 100644 index 00000000000..fbbaef96003 --- /dev/null +++ b/audio/festogi-spanish/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/04/04 19:33:34 proff Exp $ + +DISTNAME= festogi-spanish-1.4 +WRKSRC= ${WRKDIR}/festival +CATEGORIES= audio +MASTER_SITES= ftp://cslu.cse.ogi.edu/pub/tts/ +DISTFILES= OGIspanish-1.4.tar.gz + +MAINTAINER= proff@iq.org +HOMEPAGE= http://cslu.cse.ogi.edu/tts + +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/festogi-spanish/files/md5 b/audio/festogi-spanish/files/md5 new file mode 100644 index 00000000000..712a7ea2076 --- /dev/null +++ b/audio/festogi-spanish/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1999/04/04 19:33:34 proff Exp $ + +MD5 (OGIspanish-1.4.tar.gz) = f873100c7ce26fe7f4abd05c5bb44e3e diff --git a/audio/festogi-spanish/pkg/COMMENT b/audio/festogi-spanish/pkg/COMMENT new file mode 100644 index 00000000000..4e23bf1655c --- /dev/null +++ b/audio/festogi-spanish/pkg/COMMENT @@ -0,0 +1 @@ +Festival Spanish (Mexican) language support routines (in scheme) diff --git a/audio/festogi-spanish/pkg/DESCR b/audio/festogi-spanish/pkg/DESCR new file mode 100644 index 00000000000..9eb3078db92 --- /dev/null +++ b/audio/festogi-spanish/pkg/DESCR @@ -0,0 +1,46 @@ +Festival Spanish (Mexican) language support routines (in scheme) from ogi.edu + +OGIspanish is an extension to the Festival TTS system (created by +CSTR at the University of Edinburgh +http://www.cstr.ed.ac.uk/projects/festival). This version of +voice_abc has been designed to work with Festival version 1.3.0 +released starting from September 1998. It provides Mexican Spanish +voices created by Alejandro Barbosa from UDLA, Puebla, Mexico. + +New in recent releases: + * works with Festival 1.3.0 + + * intonation module: At the highest level of the intonation module + is a new stage to incorporate different phrase intonation models. + + * new syllabification function for Mexican Spanish. This function + uses lexical rules to syllabify and accentuate in Spanish and + solves both syllabification and stress prediction at word level. + + * new function for duration prediction for Spanish that works at + the syllable level and differs a little from the duration + prediction modules offered by festival. + +Notes: + +1) Currently, the Mexican Spanish voice does not support Spanish +characteres such as tilded vowels, or dierisis. You must enter +them as follows: + +tilded a - 'a +tilded e - 'e +tilded i - 'i +tilded o - 'o +tilded u - 'u +tilded n - ny + +dierisis is not supported in this version. + +LICENSE +------- +This module and accompanying data are freely available for +non-commercial use only. Please see the file "license.ogi" for +information on usage and redistribution, and for a DISCLAIMER OF ALL +WARRANTIES. + +-Julian Assange <proff@iq.org> diff --git a/audio/festogi-spanish/pkg/PLIST b/audio/festogi-spanish/pkg/PLIST new file mode 100644 index 00000000000..f2efcb51f06 --- /dev/null +++ b/audio/festogi-spanish/pkg/PLIST @@ -0,0 +1,10 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/04/04 19:33:34 proff Exp $ +share/festival/lib/ogi_spanish/ogi_span_mx_duration.scm +share/festival/lib/ogi_spanish/ogi_span_mx_intonation.scm +share/festival/lib/ogi_spanish/ogi_span_mx_lexicon.scm +share/festival/lib/ogi_spanish/ogi_span_mx_lts.scm +share/festival/lib/ogi_spanish/ogi_span_mx_phones.scm +share/festival/lib/ogi_spanish/ogi_span_mx_phrasing.scm +share/festival/lib/ogi_spanish/ogi_span_mx_syl.scm +share/festival/lib/ogi_spanish/ogi_span_mx_token.scm +@dirrm festival/lib/ogi_spanish |