Name: festvox-rms-arctic-hts Summary: US English male speaker "RMS" for Festival # note -- it's not *that* RMS. Version: 2.0 Release: 0.1%{?dist} URL: http://hts.sp.nitech.ac.jp/ Group: Applications/Multimedia License: MIT-style Source0: http://hts.sp.nitech.ac.jp/release/festvox_nitech_us_rms_arctic_hts-2.0.tar.gz Requires: festival-system Requires: festlex-poslex festlex-cmu Provides: festival-voice Provides: festival-voice-male BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildArch: noarch %description US English male speaker ("RMS") voice for Festival. This is a HMM-based Speech Synthesis System (HTS) voice from the Nagoya Institute of Technology, trained using the CMU ARCTIC database. This voice is based on 1132 utterances spoken by a US English male speaker. The speaker is experienced in building synthetic voices. This was recorded at 16bit 32KHz, in a sound proof room, in stereo, one channel was the waveform, the other EGG. The database was automatically labelled using EHMM an HMM labeler that is included in the FestVox distribution. No hand correction has been made. %prep %setup -q -n festival %build # no-op %install # put the docs where the macro can find them later. mv lib/voices/us/nitech_us_rms_arctic_hts/COPYING COPYING.cmu mv lib/voices/us/nitech_us_rms_arctic_hts/hts/COPYING COPYING.hts mv lib/voices/us/nitech_us_rms_arctic_hts/hts/README.htsvoice . # remove this; it's just packaging info. rm lib/voices/us/nitech_us_rms_arctic_hts/README 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.cmu COPYING.hts README.htsvoice %dir %{_datadir}/festival/lib/voices %dir %{_datadir}/festival/lib/voices/us %{_datadir}/festival/lib/voices/us/nitech_us_rms_arctic_hts %changelog * Mon Jun 25 2007 Matthew Miller 2.0-0.1 - split from festival package into its own subpackage - made noarch