View | Details | Raw Unified | Return to bug 204970 | Differences between
and this patch

Collapse All | Expand All

(-)audio/festvox-cmu_us_clb_arctic/Makefile (-9 / +3 lines)
Lines 1-18 Link Here
1
# Created by: ?
2
# $FreeBSD$
1
# $FreeBSD$
3
2
4
VOICE=	cmu_us_clb_arctic
3
VOICE=	cmu_us_clb_arctic
5
PORTREVISION=	0
6
4
7
COMMENT=	English female voice for festival
5
COMMENT=	CMU US English female voice for festival
8
6
9
MASTERDIR=	${.CURDIR}/../festvox-cmu_us_slt_arctic
7
MASTERDIR=	${.CURDIR}/../festvox-cmu_us_slt_arctic
10
DESCR=	${.CURDIR}/pkg-descr
11
DISTINFO_FILE=	${.CURDIR}/distinfo
12
PLIST=	${.CURDIR}/pkg-plist
13
PKGMESSAGE=	${.CURDIR}/pkg-message
14
8
15
NODIRS= cep dic emu/lab_hlb emu/pm_hlb emu f0 \
9
NODIRS=	cep dic emu/lab_hlb emu/pm_hlb emu f0 \
16
	festival/accents festival/coeffs festival/disttabs \
10
	festival/accents festival/coeffs festival/disttabs \
17
	festival/dur/bin festival/dur/data festival/dur/feats \
11
	festival/dur/bin festival/dur/data festival/dur/feats \
18
	festival/dur/tree \
12
	festival/dur/tree \
Lines 25-28 Link Here
25
	group lar lpc pm_lab pm_unfilled prompt-cep prompt-lab prompt-utt \
19
	group lar lpc pm_lab pm_unfilled prompt-cep prompt-lab prompt-utt \
26
	prompt-wav recording scratch/lab scratch/wav scratch versions wrd
20
	prompt-wav recording scratch/lab scratch/wav scratch versions wrd
27
21
28
.include "${MASTERDIR}/Makefile.common"
22
.include "${MASTERDIR}/Makefile"
(-)audio/festvox-cmu_us_clb_arctic/pkg-descr (-2 / +5 lines)
Lines 1-4 Link Here
1
English female voice for festival.
1
US English female voice by the Language Technologies Institute at
2
Carnegie Mellon University constructed from phonetically balanced, US English
3
single speaker database designed for unit selection speech synthesis research.
4
2
(voice_cmu_us_clb_arctic_clunits)
5
(voice_cmu_us_clb_arctic_clunits)
3
6
4
WWW: http://www.speech.cs.cmu.edu/
7
WWW: http://festvox.org/cmu_arctic/dbs_clb.html
(-)audio/festvox-cmu_us_clb_arctic/pkg-message (-5 lines)
Lines 1-5 Link Here
1
===============================================================================
2
For correct operation, please add cmu_us_clb_arctic_clunits
3
after "(defvar default-voice-priority-list"
4
in ${PREFIX}/share/festival/lib/voices.scm
5
===============================================================================

Return to bug 204970