Add festvox-jph 2.0, the American English male voice for Festival.
PR: 21331 Submitted by: Trevor Johnson <trevor@jpj.net>
This commit is contained in:
parent
90894ecd85
commit
c88da8197d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=32784
@ -34,6 +34,7 @@
|
||||
SUBDIR += festvox-don
|
||||
SUBDIR += festvox-el11
|
||||
SUBDIR += festvox-hvs
|
||||
SUBDIR += festvox-jph
|
||||
SUBDIR += festvox-kal16
|
||||
SUBDIR += festvox-kal8
|
||||
SUBDIR += festvox-ked16
|
||||
|
43
audio/festvox-jph/Makefile
Normal file
43
audio/festvox-jph/Makefile
Normal file
@ -0,0 +1,43 @@
|
||||
# New ports collection makefile for: festvox-jph
|
||||
# Date created: 2000-06-12
|
||||
# Whom: Trevor Johnson <trevor@jpj.net>
|
||||
# based on the NetBSD port
|
||||
#
|
||||
# $NetBSD: Makefile,v 1.10 2000/02/15 09:26:14 agc Exp $
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= festvox-jph
|
||||
PORTVERSION= 2.0
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= ftp://ftp.leb.net/pub/blinux/${SUB} \
|
||||
ftp://ftp.mayn.de/pub/linux/BLinux/${SUB} \
|
||||
ftp://cslu.cse.ogi.edu/pub/tts/
|
||||
SUB= festival/mirror.ogi-synth_home/
|
||||
DISTNAME= voice_jph_di-2.0
|
||||
DIST_SUBDIR= festival
|
||||
|
||||
MAINTAINER= trevor@jpj.net
|
||||
|
||||
RESTRICTED= no-commercial-use
|
||||
|
||||
RUN_DEPENDS= festival:../festival \
|
||||
${LOCALBASE}/share/festival/lib/dicts/wsj.wp39.poslexR:../festlex-poslex \
|
||||
${LOCALBASE}/share/festival/lib/dicts/ogi_lex.out:../festlex-ogi
|
||||
|
||||
WRKSRC= ${WRKDIR}/festival
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
FHOME= ${PREFIX}/share/festival
|
||||
|
||||
post-extract:
|
||||
@ ${CHMOD} -R a+r ${WRKSRC}
|
||||
@ find ${WRKSRC} -type d -print0 | xargs -0 ${CHMOD} 755
|
||||
@ find ${WRKSRC} -type d -name CVS | xargs ${RM} -fr
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${FHOME}
|
||||
cd ${WRKSRC} && ${CP} -pPR * ${FHOME}
|
||||
|
||||
.include <bsd.port.mk>
|
1
audio/festvox-jph/distinfo
Normal file
1
audio/festvox-jph/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (festival/voice_jph_di-2.0.tar.gz) = a12f962830a6a8dbf2a126ead5dced2b
|
1
audio/festvox-jph/pkg-comment
Normal file
1
audio/festvox-jph/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
American English male voice for Festival
|
12
audio/festvox-jph/pkg-descr
Normal file
12
audio/festvox-jph/pkg-descr
Normal file
@ -0,0 +1,12 @@
|
||||
This is an American English male voice for Festival. It uses a
|
||||
residual excited LPC diphone synthesis module from OGI, a lexicon
|
||||
compiled from MOBY and CMU lexicons, and other trained modules used
|
||||
by CSTR voices.
|
||||
|
||||
To use this voice, you must compile Festival with the OGI extensions.
|
||||
It can be activated via (voice_jph_diphone) .
|
||||
|
||||
WWW: http://cslu.cse.ogi.edu/tts
|
||||
|
||||
Trevor Johnson
|
||||
trevor@jpj.net
|
9
audio/festvox-jph/pkg-plist
Normal file
9
audio/festvox-jph/pkg-plist
Normal file
@ -0,0 +1,9 @@
|
||||
share/festival/lib/voices/english/jph_diphone/festvox/jph_diphone.scm
|
||||
share/festival/lib/voices/english/jph_diphone/festvox/jphdiph.msec
|
||||
share/festival/lib/voices/english/jph_diphone/festvox/jphgain.dat
|
||||
share/festival/lib/voices/english/jph_diphone/group/jph_di_resLPC.group
|
||||
@dirrm share/festival/lib/voices/english/jph_diphone/group
|
||||
@dirrm share/festival/lib/voices/english/jph_diphone/festvox
|
||||
@dirrm share/festival/lib/voices/english/jph_diphone
|
||||
@dirrm share/festival/lib/voices/english
|
||||
@dirrm share/festival/lib/voices
|
Loading…
Reference in New Issue
Block a user