Name: festvox-kal-diphone Summary: American English male speaker "Kevin" for Festival Version: 0.19990610 Release: 1.1%{?dist} URL: http://festvox.org/festival/ Group: Applications/Multimedia License: MIT-style Source0: http://festvox.org/packed/festival/1.96/festvox_kallpc16k.tar.gz Requires: festival-system Requires: festlex-poslex festlex-cmu Provides: festival-voice Provides: festival-voice-male Provides: festvox-kallpc16k BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildArch: noarch %description American English male speaker ("Kevin") for Festival. 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 -n festival %build # no-op %install # put the docs where the macro can find them later. mv lib/voices/english/kal_diphone/COPYING . mkdir -p $RPM_BUILD_ROOT%{_datadir}/festival/lib cp -a lib/voices $RPM_BUILD_ROOT%{_datadir}/festival/lib %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) %doc COPYING %dir %{_datadir}/festival/lib/voices %dir %{_datadir}/festival/lib/voices/english %{_datadir}/festival/lib/voices/english/kal_diphone %changelog * Mon Jun 25 2007 Matthew Miller 0.19990610-1.1 - split from festival package into its own subpackage - made noarch