From 19cf05a7d65571b2910842a984c8962add812d92 Mon Sep 17 00:00:00 2001 From: wolf Date: Wed, 10 Jul 2002 19:27:31 +0000 Subject: [PATCH] - initial release Changed files: festival-vox-kedlpc.spec -> 1.1 --- festival-vox-kedlpc.spec | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 festival-vox-kedlpc.spec diff --git a/festival-vox-kedlpc.spec b/festival-vox-kedlpc.spec new file mode 100644 index 0000000..7f1fdc6 --- /dev/null +++ b/festival-vox-kedlpc.spec @@ -0,0 +1,40 @@ +Summary: American English male voice 'ked' +Summary(pl): Amerykañska odmiana jêzyka angielskiego - g³os mêski 'ked' +Name: festival-vox-kedlpc +Version: 0.1 +Release: 1 +License: Distributable +Group: Applications/Sound +Source0: http://www.cstr.ed.ac.uk/download/festival/1.4.2/festvox_kedlpc16k.tar.gz +Requires: festival-lex-CMU +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +This voice provides an American 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. + +%prep +%setup -q -c %{name}-%{version} + +%build + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{_datadir}/festival/lib/voices/english + +cd festival/lib/voices/english +cp -r ked_diphone $RPM_BUILD_ROOT%{_datadir}/festival/lib/voices/english +rm $RPM_BUILD_ROOT%{_datadir}/festival/lib/voices/english/ked_diphone/COPYING + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc festival/lib/voices/english/ked_diphone/COPYING +%{_datadir}/festival/lib/voices/english/ked_diphone -- 2.43.0