]> git.pld-linux.org Git - packages/festival-vox-rablpc.git/blob - festival-vox-rablpc.spec
- it works! stay tuned for more
[packages/festival-vox-rablpc.git] / festival-vox-rablpc.spec
1 Summary:        British English male voice 'rab'
2 Summary(pl):    Brytyjska odmiana jêzyka angielskiego - g³os mêski 'rab'
3 Name:           festival-vox-rablpc
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_rablpc16k.tar.gz
9 Requires:       festival-lex-OALD
10 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11
12 %description
13 This voice provides a British RP English male voice using a
14 residual excited LPC diphone synthesis method.  It uses a 
15 modified Oxford Advanced Learners' Dictionary for pronunciations.
16 Prosodic phrasing is provided by a statistically trained model
17 using part of speech and local distribution of breaks.  Intonation
18 is provided by a CART tree predicting ToBI accents and an F0 
19 contour generated from a model trained from natural speech. The
20 duration model is also trained from data using a CART tree.
21
22 %prep
23 %setup -q -c %{name}-%{version}
24
25 %build
26
27 %install
28 rm -rf $RPM_BUILD_ROOT
29 install -d $RPM_BUILD_ROOT%{_datadir}/festival/lib/voices/english
30
31 cd festival/lib/voices/english
32 cp -r rab_diphone $RPM_BUILD_ROOT%{_datadir}/festival/lib/voices/english
33 rm $RPM_BUILD_ROOT%{_datadir}/festival/lib/voices/english/rab_diphone/COPYING
34
35 %clean
36 rm -rf $RPM_BUILD_ROOT
37
38 %files
39 %defattr(644,root,root,755)
40 %doc festival/lib/voices/english/rab_diphone/COPYING
41 %{_datadir}/festival/lib/voices/english/rab_diphone
This page took 0.056832 seconds and 4 git commands to generate.