]> git.pld-linux.org Git - packages/festival-vox-kedlpc.git/commitdiff
- initial release
authorwolf <wolf@pld-linux.org>
Wed, 10 Jul 2002 19:27:31 +0000 (19:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    festival-vox-kedlpc.spec -> 1.1

festival-vox-kedlpc.spec [new file with mode: 0644]

diff --git a/festival-vox-kedlpc.spec b/festival-vox-kedlpc.spec
new file mode 100644 (file)
index 0000000..7f1fdc6
--- /dev/null
@@ -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
This page took 0.045829 seconds and 4 git commands to generate.