]> git.pld-linux.org Git - packages/festival-vox-kedlpc.git/blob - festival-vox-kedlpc.spec
- initial release
[packages/festival-vox-kedlpc.git] / festival-vox-kedlpc.spec
1 Summary:        American English male voice 'ked'
2 Summary(pl):    Amerykañska odmiana jêzyka angielskiego - g³os mêski 'ked'
3 Name:           festival-vox-kedlpc
4 Version:        0.1
5 Release:        1
6 License:        Distributable
7 Group:          Applications/Sound
8 Source0:        http://www.cstr.ed.ac.uk/download/festival/1.4.2/festvox_kedlpc16k.tar.gz
9 Requires:       festival-lex-CMU
10 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11
12 %description
13 This voice provides an American English male voice using a residual
14 excited LPC diphone synthesis method. It uses the CMU Lexicon
15 pronunciations. Prosodic phrasing is provided by a statistically
16 trained model using part of speech and local distribution of breaks.
17 Intonation is provided by a CART tree predicting ToBI accents and an
18 F0 contour generated from a model trained from natural speech. The
19 duration model is also trained from data using a CART tree.
20
21 %prep
22 %setup -q -c %{name}-%{version}
23
24 %build
25
26 %install
27 rm -rf $RPM_BUILD_ROOT
28 install -d $RPM_BUILD_ROOT%{_datadir}/festival/lib/voices/english
29
30 cd festival/lib/voices/english
31 cp -r ked_diphone $RPM_BUILD_ROOT%{_datadir}/festival/lib/voices/english
32 rm $RPM_BUILD_ROOT%{_datadir}/festival/lib/voices/english/ked_diphone/COPYING
33
34 %clean
35 rm -rf $RPM_BUILD_ROOT
36
37 %files
38 %defattr(644,root,root,755)
39 %doc festival/lib/voices/english/ked_diphone/COPYING
40 %{_datadir}/festival/lib/voices/english/ked_diphone
This page took 0.043729 seconds and 3 git commands to generate.