mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Add festival 1.4.1, (or rather add a module that uses it): a multi-lingual
text-to-speech system for Unix. Big thanks to Trevor for porting this! [ I WAS NOT ON CRACK LAST NIGHT, mmkay?!?! -Ed. ] PR: 21201 Submitted by: Trevor Johnson <trevor@jpj.net>
This commit is contained in:
parent
358b49a600
commit
4f40f7b14d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=32721
@ -40,6 +40,7 @@
|
||||
SUBDIR += festvox-mwm
|
||||
SUBDIR += festvox-ogirab
|
||||
SUBDIR += festvox-rab16
|
||||
SUBDIR += festvox-rab8
|
||||
SUBDIR += festvox-tll
|
||||
SUBDIR += gdcd
|
||||
SUBDIR += gkrellmms
|
||||
|
40
audio/festvox-rab8/Makefile
Normal file
40
audio/festvox-rab8/Makefile
Normal file
@ -0,0 +1,40 @@
|
||||
# New ports collection makefile for: festvox-rab8
|
||||
# Date created: 2000-06-15
|
||||
# Whom: Trevor Johnson <trevor@jpj.net>
|
||||
# based on the NetBSD port
|
||||
#
|
||||
# $NetBSD: Makefile,v 1.12 2000/02/15 09:26:17 agc Exp $
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= festvox-rab8
|
||||
PORTVERSION= 1.4.1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://www.speech.cs.cmu.edu/festival/cstr/festival/1.4.1/ \
|
||||
ftp://ftp.cstr.ed.ac.uk/pub/festival/1.4.1/
|
||||
DISTNAME= festvox_rablpc8k
|
||||
DIST_SUBDIR= festival
|
||||
|
||||
MAINTAINER= trevor@jpj.net
|
||||
|
||||
RUN_DEPENDS= festival:../festival \
|
||||
${LOCALBASE}/share/festival/lib/dicts/wsj.wp39.poslexR:../festlex-poslex \
|
||||
${LOCALBASE}/share/festival/lib/dicts/oald/oaldlex.scm:../festlex-oald
|
||||
|
||||
WRKSRC= ${WRKDIR}/festival
|
||||
|
||||
CONFLICTS= festvox-rab16
|
||||
|
||||
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:
|
||||
${MKDIR} ${FHOME}
|
||||
cd ${WRKSRC} && ${CP} -pPR * ${FHOME}
|
||||
|
||||
.include <bsd.port.mk>
|
3
audio/festvox-rab8/distinfo
Normal file
3
audio/festvox-rab8/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
$NetBSD: md5,v 1.2 1999/10/11 13:26:19 proff Exp $
|
||||
|
||||
MD5 (festival/festvox_rablpc8k.tar.gz) = a3b863f437a3bc5be90cbeb224bdc5d9
|
1
audio/festvox-rab8/pkg-comment
Normal file
1
audio/festvox-rab8/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
British English male voice, sampled at 8 kHz, for festival
|
19
audio/festvox-rab8/pkg-descr
Normal file
19
audio/festvox-rab8/pkg-descr
Normal file
@ -0,0 +1,19 @@
|
||||
from the NetBSD maintainer:
|
||||
|
||||
This voice provides a British English male voice using a residual
|
||||
excited LPC diphone synthesis method. It uses the CMU Lexicon
|
||||
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_diphone).
|
||||
|
||||
It is sampled at 8 kHz and conflicts with the festvox-rab16 package
|
||||
(16 kHz samples).
|
||||
|
||||
WWW: http://www.cstr.ed.ac.uk/projects/festival.html
|
||||
|
||||
Trevor Johnson
|
||||
trevor@jpj.net
|
7
audio/festvox-rab8/pkg-plist
Normal file
7
audio/festvox-rab8/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
@comment $NetBSD: PLIST,v 1.2 1999/10/28 01:57:59 hubertf Exp $
|
||||
share/festival/lib/voices/english/rab_diphone/group/rablpc8k.group
|
||||
@dirrm share/festival/lib/voices/english/rab_diphone/group
|
||||
share/festival/lib/voices/english/rab_diphone/festvox/rab_diphone.scm
|
||||
share/festival/lib/voices/english/rab_diphone/COPYING
|
||||
@dirrm share/festival/lib/voices/english/rab_diphone/festvox
|
||||
@dirrm share/festival/lib/voices/english/rab_diphone
|
Loading…
Reference in New Issue
Block a user