From 2e33a830ae448b3e85f871a0f0901145a3b9a609 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-ogirab/Makefile | 27 +++++++++++++++++++++++++++ audio/festvox-ogirab/files/md5 | 3 +++ audio/festvox-ogirab/pkg/COMMENT | 1 + audio/festvox-ogirab/pkg/DESCR | 10 ++++++++++ audio/festvox-ogirab/pkg/PLIST | 6 ++++++ 5 files changed, 47 insertions(+) create mode 100644 audio/festvox-ogirab/Makefile create mode 100644 audio/festvox-ogirab/files/md5 create mode 100644 audio/festvox-ogirab/pkg/COMMENT create mode 100644 audio/festvox-ogirab/pkg/DESCR create mode 100644 audio/festvox-ogirab/pkg/PLIST (limited to 'audio/festvox-ogirab') diff --git a/audio/festvox-ogirab/Makefile b/audio/festvox-ogirab/Makefile new file mode 100644 index 00000000000..d4f90bb0c80 --- /dev/null +++ b/audio/festvox-ogirab/Makefile @@ -0,0 +1,27 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/04/04 19:36:07 proff Exp $ + +DISTNAME= festvox-ogirab-1.4 +WRKSRC= ${WRKDIR}/festival +CATEGORIES= audio +MASTER_SITES= ftp://cslu.cse.ogi.edu/pub/tts/ +DISTFILES= voice_ogirab-1.4.tar.gz + +MAINTAINER= proff@iq.org +HOMEPAGE= http://cslu.cse.ogi.edu/tts + +DEPENDS+= festival-1.3.1:../festival \ + festlex-ogi-1.4:../festlex-ogi + +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-ogirab/files/md5 b/audio/festvox-ogirab/files/md5 new file mode 100644 index 00000000000..79b6ba78a6b --- /dev/null +++ b/audio/festvox-ogirab/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1999/04/04 19:36:08 proff Exp $ + +MD5 (voice_ogirab-1.4.tar.gz) = 20fd1b4cf7888a9a182c57c95cadc2d1 diff --git a/audio/festvox-ogirab/pkg/COMMENT b/audio/festvox-ogirab/pkg/COMMENT new file mode 100644 index 00000000000..5d6a42109b6 --- /dev/null +++ b/audio/festvox-ogirab/pkg/COMMENT @@ -0,0 +1 @@ +British English male voice for the festival speech synthesis system. diff --git a/audio/festvox-ogirab/pkg/DESCR b/audio/festvox-ogirab/pkg/DESCR new file mode 100644 index 00000000000..c1042d9d848 --- /dev/null +++ b/audio/festvox-ogirab/pkg/DESCR @@ -0,0 +1,10 @@ +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 module, both created at OGI. It uses +a lexicon compiled from MOBY and CMU lexicons, and other trained +modules used by CSTR voices. + +This voice can be activated via (voice_ogirab_diphone) + +-Julian Assange diff --git a/audio/festvox-ogirab/pkg/PLIST b/audio/festvox-ogirab/pkg/PLIST new file mode 100644 index 00000000000..555b8d54907 --- /dev/null +++ b/audio/festvox-ogirab/pkg/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/04/04 19:36:08 proff Exp $ +share/festival/lib/voices/english/ogirab_diphone/group/ogirablpcOGI16k.group +@dirrm share/festival/lib/voices/english/ogirab_diphone/group +share/festival/lib/voices/english/ogirab_diphone/festvox/ogirab_diphone.scm +@dirrm share/festival/lib/voices/english/ogirab_diphone/festvox +@dirrm share/festival/lib/voices/english/ogirab_diphone -- cgit v1.2.3