]> git.pld-linux.org Git - packages/festival-vox-kallpc.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-kallpc.spec -> 1.1

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

diff --git a/festival-vox-kallpc.spec b/festival-vox-kallpc.spec
new file mode 100644 (file)
index 0000000..be519a1
--- /dev/null
@@ -0,0 +1,40 @@
+Summary:       American English male voice 'kal'
+Summary(pl):   Amerykañska odmiana jêzyka angielskiego - g³os mêski 'kal'
+Name:          festival-vox-kallpc
+Version:       0.1
+Release:       1
+License:       Distributable
+Group:         Applications/Sound
+Source0:       http://www.cstr.ed.ac.uk/download/festival/1.4.2/festvox_kallpc16k.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 kal_diphone $RPM_BUILD_ROOT%{_datadir}/festival/lib/voices/english
+rm $RPM_BUILD_ROOT%{_datadir}/festival/lib/voices/english/kal_diphone/COPYING
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc festival/lib/voices/english/kal_diphone/COPYING
+%{_datadir}/festival/lib/voices/english/kal_diphone
This page took 0.077586 seconds and 4 git commands to generate.