Index: head/audio/rhvoice/Makefile =================================================================== --- head/audio/rhvoice/Makefile (revision 521597) +++ head/audio/rhvoice/Makefile (revision 521598) @@ -1,42 +1,41 @@ # $FreeBSD$ PORTNAME= RHVoice -DISTVERSION= 0.7.1-4 -DISTVERSIONSUFFIX= -g1083ce5 -PORTREVISION= 4 +DISTVERSION= 1.0.0 CATEGORIES= audio MAINTAINER= yuri@FreeBSD.org COMMENT= Speech synthesizer for English, Russian, Georgian, and other languages LICENSE= LGPL21+ GPLv3+ # the main code is under LGPL21+, MAGE library is under GPLv3+, voices are licensed for use by individuals only, no commercial use LICENSE_COMB= multi LICENSE_FILE_LGPL21+ = ${WRKSRC}/licenses/lgpl-2.1.txt LICENSE_FILE_GPLv3+ = ${WRKSRC}/licenses/gpl-3.0.txt USES= compiler:c++0x pkgconfig scons USE_GITHUB= yes GH_ACCOUNT= Olga-Yakovleva USE_LDCONFIG= yes -OPTIONS_RADIO= AUDIO -OPTIONS_RADIO_AUDIO= PULSEAUDIO AO PORTAUDIO # only one of them works at a time -OPTIONS_DEFAULT= AO +OPTIONS_RADIO= AUDIO +OPTIONS_RADIO_AUDIO= PULSEAUDIO AO PORTAUDIO # only one of them works at a time +OPTIONS_DEFAULT= AO -PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio -AO_LIB_DEPENDS= libao.so:audio/libao -PORTAUDIO_LIB_DEPENDS= libportaudio.so:audio/portaudio +PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio +AO_LIB_DEPENDS= libao.so:audio/libao +PORTAUDIO_LIB_DEPENDS= libportaudio.so:audio/portaudio post-patch-PULSEAUDIO-off: - @${REINPLACE_CMD} 's|conf.CheckPKG("libpulse-simple")|False and &|' ${WRKSRC}/SConstruct + @${REINPLACE_CMD} 's|conf.CheckPKG("libpulse-simple")|False|' ${WRKSRC}/SConstruct post-patch-AO-off: - @${REINPLACE_CMD} 's|conf.CheckPKG("ao")|False and &|' ${WRKSRC}/SConstruct + @${REINPLACE_CMD} 's|conf.CheckPKG("ao")|False|' ${WRKSRC}/SConstruct post-patch-PORTAUDIO-off: - @${REINPLACE_CMD} 's|conf.CheckPKG("portaudio-2.0")|False and &|' ${WRKSRC}/SConstruct + @${REINPLACE_CMD} 's|conf.CheckPKG("portaudio-2.0")|False|' ${WRKSRC}/SConstruct post-install: ${MV} ${STAGEDIR}${ETCDIR}/${PORTNAME}.conf ${STAGEDIR}${ETCDIR}/${PORTNAME}.conf.sample + cd ${STAGEDIR}${PREFIX} && ${STRIP_CMD} bin/RHVoice-test bin/sd_rhvoice lib/libRHVoice.so lib/libRHVoice_audio.so lib/libRHVoice_core.so .include Index: head/audio/rhvoice/distinfo =================================================================== --- head/audio/rhvoice/distinfo (revision 521597) +++ head/audio/rhvoice/distinfo (revision 521598) @@ -1,3 +1,3 @@ -TIMESTAMP = 1536598666 -SHA256 (Olga-Yakovleva-RHVoice-0.7.1-4-g1083ce5_GH0.tar.gz) = f01daa2b46e4cb5cb1251d49cd2f1031bd38179e0d0d11c817fc704e5ac2e50f -SIZE (Olga-Yakovleva-RHVoice-0.7.1-4-g1083ce5_GH0.tar.gz) = 141393271 +TIMESTAMP = 1577777699 +SHA256 (Olga-Yakovleva-RHVoice-1.0.0_GH0.tar.gz) = 981ae31a488539abf03032a2c64e3b1d42b40f5832a25d217b7b459842ca5bcd +SIZE (Olga-Yakovleva-RHVoice-1.0.0_GH0.tar.gz) = 164251081 Index: head/audio/rhvoice/files/patch-site__scons_RHVoicePackaging_windows.py =================================================================== --- head/audio/rhvoice/files/patch-site__scons_RHVoicePackaging_windows.py (nonexistent) +++ head/audio/rhvoice/files/patch-site__scons_RHVoicePackaging_windows.py (revision 521598) @@ -0,0 +1,11 @@ +--- site_scons/RHVoicePackaging/windows.py.orig 2019-12-31 08:13:15 UTC ++++ site_scons/RHVoicePackaging/windows.py +@@ -19,7 +19,7 @@ import codecs + import os.path + from collections import OrderedDict + import uuid +-from lxml import etree ++#from lxml import etree + from .common import * + + uuid_namespace=uuid.UUID(hex="de5ba08b-8b9f-46e3-b0ee-d6bbac37017c") Property changes on: head/audio/rhvoice/files/patch-site__scons_RHVoicePackaging_windows.py ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/audio/rhvoice/files/patch-src_sd__module_io.cpp =================================================================== --- head/audio/rhvoice/files/patch-src_sd__module_io.cpp (nonexistent) +++ head/audio/rhvoice/files/patch-src_sd__module_io.cpp (revision 521598) @@ -0,0 +1,11 @@ +--- src/sd_module/io.cpp.orig 2019-05-24 15:26:00 UTC ++++ src/sd_module/io.cpp +@@ -13,7 +13,7 @@ + /* You should have received a copy of the GNU General Public License */ + /* along with this program. If not, see . */ + +-#define _POSIX_C_SOURCE 1 ++//#define _POSIX_C_SOURCE 1 + #include + #include + #include Property changes on: head/audio/rhvoice/files/patch-src_sd__module_io.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/audio/rhvoice/pkg-plist =================================================================== --- head/audio/rhvoice/pkg-plist (revision 521597) +++ head/audio/rhvoice/pkg-plist (revision 521598) @@ -1,733 +1,738 @@ -bin/RHVoice-make-hts-labels bin/RHVoice-test -bin/RHVoice-transcribe-sentences bin/sd_rhvoice @sample %%ETCDIR%%/RHVoice.conf.sample include/RHVoice.h include/RHVoice_common.h lib/libRHVoice.so -lib/libRHVoice.so.3 -lib/libRHVoice.so.3.0.0 +lib/libRHVoice.so.4 +lib/libRHVoice.so.4.0.0 lib/libRHVoice_audio.so lib/libRHVoice_audio.so.1 lib/libRHVoice_audio.so.1.0.0 lib/libRHVoice_core.so -lib/libRHVoice_core.so.1 -lib/libRHVoice_core.so.1.1.0 +lib/libRHVoice_core.so.2 +lib/libRHVoice_core.so.2.0.0 +%%DATADIR%%/languages/Brazilian-Portuguese/downcase.fst +%%DATADIR%%/languages/Brazilian-Portuguese/emoji.fst +%%DATADIR%%/languages/Brazilian-Portuguese/g2p.fst +%%DATADIR%%/languages/Brazilian-Portuguese/gpos.fst +%%DATADIR%%/languages/Brazilian-Portuguese/homographs.fst +%%DATADIR%%/languages/Brazilian-Portuguese/key.fst +%%DATADIR%%/languages/Brazilian-Portuguese/labelling.xml +%%DATADIR%%/languages/Brazilian-Portuguese/language.info +%%DATADIR%%/languages/Brazilian-Portuguese/lseq.fst +%%DATADIR%%/languages/Brazilian-Portuguese/msg.fst +%%DATADIR%%/languages/Brazilian-Portuguese/numbers.fst +%%DATADIR%%/languages/Brazilian-Portuguese/phonemes.xml +%%DATADIR%%/languages/Brazilian-Portuguese/phrasing.dt +%%DATADIR%%/languages/Brazilian-Portuguese/spell.fst +%%DATADIR%%/languages/Brazilian-Portuguese/syl.fst +%%DATADIR%%/languages/Brazilian-Portuguese/tok.fst +%%DATADIR%%/languages/Brazilian-Portuguese/userdict/src/dict.txt %%DATADIR%%/languages/English/accents.dt %%DATADIR%%/languages/English/cmulex.fst %%DATADIR%%/languages/English/cmulex.lts %%DATADIR%%/languages/English/downcase.fst +%%DATADIR%%/languages/English/emoji.fst %%DATADIR%%/languages/English/gpos.fst %%DATADIR%%/languages/English/key.fst %%DATADIR%%/languages/English/labelling.xml %%DATADIR%%/languages/English/language.info %%DATADIR%%/languages/English/lseq.fst %%DATADIR%%/languages/English/msg.fst %%DATADIR%%/languages/English/numbers.fst %%DATADIR%%/languages/English/phonemes.xml %%DATADIR%%/languages/English/phrasing.dt %%DATADIR%%/languages/English/spell.fst %%DATADIR%%/languages/English/syl.fst %%DATADIR%%/languages/English/tok.fst %%DATADIR%%/languages/English/tones.dt %%DATADIR%%/languages/Esperanto/downcase.fst %%DATADIR%%/languages/Esperanto/g2p.fst %%DATADIR%%/languages/Esperanto/gpos.fst %%DATADIR%%/languages/Esperanto/key.fst %%DATADIR%%/languages/Esperanto/labelling.xml %%DATADIR%%/languages/Esperanto/language.info %%DATADIR%%/languages/Esperanto/msg.fst %%DATADIR%%/languages/Esperanto/numbers.fst %%DATADIR%%/languages/Esperanto/phonemes.xml %%DATADIR%%/languages/Esperanto/phrasing.dt %%DATADIR%%/languages/Esperanto/spell.fst %%DATADIR%%/languages/Esperanto/syl.fst %%DATADIR%%/languages/Esperanto/tok.fst %%DATADIR%%/languages/Esperanto/untranslit.fst -%%DATADIR%%/languages/Georgian/downcase.fst -%%DATADIR%%/languages/Georgian/english_phone_mapping.fst -%%DATADIR%%/languages/Georgian/g2p.fst -%%DATADIR%%/languages/Georgian/gpos.fst -%%DATADIR%%/languages/Georgian/key.fst -%%DATADIR%%/languages/Georgian/labelling.xml -%%DATADIR%%/languages/Georgian/language.info -%%DATADIR%%/languages/Georgian/msg.fst -%%DATADIR%%/languages/Georgian/numbers.fst -%%DATADIR%%/languages/Georgian/phonemes.xml -%%DATADIR%%/languages/Georgian/phrasing.dt -%%DATADIR%%/languages/Georgian/spell.fst -%%DATADIR%%/languages/Georgian/syl.fst -%%DATADIR%%/languages/Georgian/tok.fst %%DATADIR%%/languages/Kyrgyz/downcase.fst +%%DATADIR%%/languages/Kyrgyz/emoji.fst %%DATADIR%%/languages/Kyrgyz/english_phone_mapping.fst %%DATADIR%%/languages/Kyrgyz/g2p.fst %%DATADIR%%/languages/Kyrgyz/gpos.fst %%DATADIR%%/languages/Kyrgyz/key.fst %%DATADIR%%/languages/Kyrgyz/labelling.xml %%DATADIR%%/languages/Kyrgyz/language.info %%DATADIR%%/languages/Kyrgyz/lseq.fst %%DATADIR%%/languages/Kyrgyz/msg.fst %%DATADIR%%/languages/Kyrgyz/numbers.fst %%DATADIR%%/languages/Kyrgyz/phonemes.xml %%DATADIR%%/languages/Kyrgyz/phrasing.dt %%DATADIR%%/languages/Kyrgyz/spell.fst %%DATADIR%%/languages/Kyrgyz/syl.fst %%DATADIR%%/languages/Kyrgyz/tok.fst %%DATADIR%%/languages/Russian/clitics.fst %%DATADIR%%/languages/Russian/dict.fst %%DATADIR%%/languages/Russian/downcase.fst +%%DATADIR%%/languages/Russian/emoji.fst %%DATADIR%%/languages/Russian/english_phone_mapping.fst %%DATADIR%%/languages/Russian/g2p.fst %%DATADIR%%/languages/Russian/gpos.fst %%DATADIR%%/languages/Russian/key.fst %%DATADIR%%/languages/Russian/labelling.xml %%DATADIR%%/languages/Russian/language.info %%DATADIR%%/languages/Russian/lseq.fst %%DATADIR%%/languages/Russian/msg.fst %%DATADIR%%/languages/Russian/numbers.fst %%DATADIR%%/languages/Russian/phonemes.xml %%DATADIR%%/languages/Russian/phrasing.dt %%DATADIR%%/languages/Russian/rulex_dict.fst %%DATADIR%%/languages/Russian/rulex_rules.fst %%DATADIR%%/languages/Russian/spell.fst %%DATADIR%%/languages/Russian/split.fst %%DATADIR%%/languages/Russian/stress.fsm %%DATADIR%%/languages/Russian/stress.fst %%DATADIR%%/languages/Russian/syl.fst %%DATADIR%%/languages/Russian/tok.fst %%DATADIR%%/languages/Russian/untranslit.fst %%DATADIR%%/languages/Tatar/downcase.fst %%DATADIR%%/languages/Tatar/english_phone_mapping.fst %%DATADIR%%/languages/Tatar/g2p.fst %%DATADIR%%/languages/Tatar/g2p_p.fst %%DATADIR%%/languages/Tatar/gpos.fst %%DATADIR%%/languages/Tatar/key.fst %%DATADIR%%/languages/Tatar/labelling.xml %%DATADIR%%/languages/Tatar/language.info %%DATADIR%%/languages/Tatar/lseq.fst %%DATADIR%%/languages/Tatar/msg.fst %%DATADIR%%/languages/Tatar/numbers.fst %%DATADIR%%/languages/Tatar/phonemes.xml %%DATADIR%%/languages/Tatar/phrasing.dt %%DATADIR%%/languages/Tatar/spell.fst %%DATADIR%%/languages/Tatar/syl.fst %%DATADIR%%/languages/Tatar/tok.fst %%DATADIR%%/languages/Ukrainian/downcase.fst +%%DATADIR%%/languages/Ukrainian/emoji.fst %%DATADIR%%/languages/Ukrainian/english_phone_mapping.fst %%DATADIR%%/languages/Ukrainian/g2p.fst %%DATADIR%%/languages/Ukrainian/gpos.fst %%DATADIR%%/languages/Ukrainian/key.fst %%DATADIR%%/languages/Ukrainian/labelling.xml %%DATADIR%%/languages/Ukrainian/language.info %%DATADIR%%/languages/Ukrainian/lseq.fst %%DATADIR%%/languages/Ukrainian/msg.fst %%DATADIR%%/languages/Ukrainian/numbers.fst %%DATADIR%%/languages/Ukrainian/phonemes.xml %%DATADIR%%/languages/Ukrainian/phrasing.dt %%DATADIR%%/languages/Ukrainian/spell.fst %%DATADIR%%/languages/Ukrainian/stress.fsm %%DATADIR%%/languages/Ukrainian/stress.fst %%DATADIR%%/languages/Ukrainian/syl.fst %%DATADIR%%/languages/Ukrainian/tok.fst %%DATADIR%%/languages/Ukrainian/untranslit.fst +%%DATADIR%%/voices/Leticia-VOISS/16000/bap.pdf +%%DATADIR%%/voices/Leticia-VOISS/16000/bap.win1 +%%DATADIR%%/voices/Leticia-VOISS/16000/bap.win2 +%%DATADIR%%/voices/Leticia-VOISS/16000/bap.win3 +%%DATADIR%%/voices/Leticia-VOISS/16000/bpf.txt +%%DATADIR%%/voices/Leticia-VOISS/16000/dur.pdf +%%DATADIR%%/voices/Leticia-VOISS/16000/lf0.pdf +%%DATADIR%%/voices/Leticia-VOISS/16000/lf0.win1 +%%DATADIR%%/voices/Leticia-VOISS/16000/lf0.win2 +%%DATADIR%%/voices/Leticia-VOISS/16000/lf0.win3 +%%DATADIR%%/voices/Leticia-VOISS/16000/mgc.pdf +%%DATADIR%%/voices/Leticia-VOISS/16000/mgc.win1 +%%DATADIR%%/voices/Leticia-VOISS/16000/mgc.win2 +%%DATADIR%%/voices/Leticia-VOISS/16000/mgc.win3 +%%DATADIR%%/voices/Leticia-VOISS/16000/tree-bap.inf +%%DATADIR%%/voices/Leticia-VOISS/16000/tree-dur.inf +%%DATADIR%%/voices/Leticia-VOISS/16000/tree-lf0.inf +%%DATADIR%%/voices/Leticia-VOISS/16000/tree-mgc.inf +%%DATADIR%%/voices/Leticia-VOISS/16000/voice.data +%%DATADIR%%/voices/Leticia-VOISS/24000/bap.pdf +%%DATADIR%%/voices/Leticia-VOISS/24000/bap.win1 +%%DATADIR%%/voices/Leticia-VOISS/24000/bap.win2 +%%DATADIR%%/voices/Leticia-VOISS/24000/bap.win3 +%%DATADIR%%/voices/Leticia-VOISS/24000/bpf.txt +%%DATADIR%%/voices/Leticia-VOISS/24000/dur.pdf +%%DATADIR%%/voices/Leticia-VOISS/24000/lf0.pdf +%%DATADIR%%/voices/Leticia-VOISS/24000/lf0.win1 +%%DATADIR%%/voices/Leticia-VOISS/24000/lf0.win2 +%%DATADIR%%/voices/Leticia-VOISS/24000/lf0.win3 +%%DATADIR%%/voices/Leticia-VOISS/24000/mgc.pdf +%%DATADIR%%/voices/Leticia-VOISS/24000/mgc.win1 +%%DATADIR%%/voices/Leticia-VOISS/24000/mgc.win2 +%%DATADIR%%/voices/Leticia-VOISS/24000/mgc.win3 +%%DATADIR%%/voices/Leticia-VOISS/24000/tree-bap.inf +%%DATADIR%%/voices/Leticia-VOISS/24000/tree-dur.inf +%%DATADIR%%/voices/Leticia-VOISS/24000/tree-lf0.inf +%%DATADIR%%/voices/Leticia-VOISS/24000/tree-mgc.inf +%%DATADIR%%/voices/Leticia-VOISS/24000/voice.data +%%DATADIR%%/voices/Leticia-VOISS/voice.info +%%DATADIR%%/voices/Leticia-VOISS/voice.params %%DATADIR%%/voices/alan/16000/bap.pdf %%DATADIR%%/voices/alan/16000/bap.win1 %%DATADIR%%/voices/alan/16000/bap.win2 %%DATADIR%%/voices/alan/16000/bap.win3 %%DATADIR%%/voices/alan/16000/bpf.txt %%DATADIR%%/voices/alan/16000/dur.pdf %%DATADIR%%/voices/alan/16000/lf0.pdf %%DATADIR%%/voices/alan/16000/lf0.win1 %%DATADIR%%/voices/alan/16000/lf0.win2 %%DATADIR%%/voices/alan/16000/lf0.win3 %%DATADIR%%/voices/alan/16000/mgc.pdf %%DATADIR%%/voices/alan/16000/mgc.win1 %%DATADIR%%/voices/alan/16000/mgc.win2 %%DATADIR%%/voices/alan/16000/mgc.win3 %%DATADIR%%/voices/alan/16000/tree-bap.inf %%DATADIR%%/voices/alan/16000/tree-dur.inf %%DATADIR%%/voices/alan/16000/tree-lf0.inf %%DATADIR%%/voices/alan/16000/tree-mgc.inf %%DATADIR%%/voices/alan/16000/voice.data %%DATADIR%%/voices/alan/24000/bap.pdf %%DATADIR%%/voices/alan/24000/bap.win1 %%DATADIR%%/voices/alan/24000/bap.win2 %%DATADIR%%/voices/alan/24000/bap.win3 %%DATADIR%%/voices/alan/24000/bpf.txt %%DATADIR%%/voices/alan/24000/dur.pdf %%DATADIR%%/voices/alan/24000/lf0.pdf %%DATADIR%%/voices/alan/24000/lf0.win1 %%DATADIR%%/voices/alan/24000/lf0.win2 %%DATADIR%%/voices/alan/24000/lf0.win3 %%DATADIR%%/voices/alan/24000/mgc.pdf %%DATADIR%%/voices/alan/24000/mgc.win1 %%DATADIR%%/voices/alan/24000/mgc.win2 %%DATADIR%%/voices/alan/24000/mgc.win3 %%DATADIR%%/voices/alan/24000/tree-bap.inf %%DATADIR%%/voices/alan/24000/tree-dur.inf %%DATADIR%%/voices/alan/24000/tree-lf0.inf %%DATADIR%%/voices/alan/24000/tree-mgc.inf %%DATADIR%%/voices/alan/24000/voice.data %%DATADIR%%/voices/alan/voice.info %%DATADIR%%/voices/alan/voice.params %%DATADIR%%/voices/aleksandr/16000/bap.pdf %%DATADIR%%/voices/aleksandr/16000/bap.win1 %%DATADIR%%/voices/aleksandr/16000/bap.win2 %%DATADIR%%/voices/aleksandr/16000/bap.win3 %%DATADIR%%/voices/aleksandr/16000/bpf.txt %%DATADIR%%/voices/aleksandr/16000/dur.pdf %%DATADIR%%/voices/aleksandr/16000/lf0.pdf %%DATADIR%%/voices/aleksandr/16000/lf0.win1 %%DATADIR%%/voices/aleksandr/16000/lf0.win2 %%DATADIR%%/voices/aleksandr/16000/lf0.win3 %%DATADIR%%/voices/aleksandr/16000/mgc.pdf %%DATADIR%%/voices/aleksandr/16000/mgc.win1 %%DATADIR%%/voices/aleksandr/16000/mgc.win2 %%DATADIR%%/voices/aleksandr/16000/mgc.win3 %%DATADIR%%/voices/aleksandr/16000/tree-bap.inf %%DATADIR%%/voices/aleksandr/16000/tree-dur.inf %%DATADIR%%/voices/aleksandr/16000/tree-lf0.inf %%DATADIR%%/voices/aleksandr/16000/tree-mgc.inf %%DATADIR%%/voices/aleksandr/16000/voice.data %%DATADIR%%/voices/aleksandr/24000/bap.pdf %%DATADIR%%/voices/aleksandr/24000/bap.win1 %%DATADIR%%/voices/aleksandr/24000/bap.win2 %%DATADIR%%/voices/aleksandr/24000/bap.win3 %%DATADIR%%/voices/aleksandr/24000/bpf.txt %%DATADIR%%/voices/aleksandr/24000/dur.pdf %%DATADIR%%/voices/aleksandr/24000/lf0.pdf %%DATADIR%%/voices/aleksandr/24000/lf0.win1 %%DATADIR%%/voices/aleksandr/24000/lf0.win2 %%DATADIR%%/voices/aleksandr/24000/lf0.win3 %%DATADIR%%/voices/aleksandr/24000/mgc.pdf %%DATADIR%%/voices/aleksandr/24000/mgc.win1 %%DATADIR%%/voices/aleksandr/24000/mgc.win2 %%DATADIR%%/voices/aleksandr/24000/mgc.win3 %%DATADIR%%/voices/aleksandr/24000/tree-bap.inf %%DATADIR%%/voices/aleksandr/24000/tree-dur.inf %%DATADIR%%/voices/aleksandr/24000/tree-lf0.inf %%DATADIR%%/voices/aleksandr/24000/tree-mgc.inf %%DATADIR%%/voices/aleksandr/24000/voice.data %%DATADIR%%/voices/aleksandr/voice.info %%DATADIR%%/voices/aleksandr/voice.params %%DATADIR%%/voices/anatol/16000/bap.pdf %%DATADIR%%/voices/anatol/16000/bap.win1 %%DATADIR%%/voices/anatol/16000/bap.win2 %%DATADIR%%/voices/anatol/16000/bap.win3 %%DATADIR%%/voices/anatol/16000/bpf.txt %%DATADIR%%/voices/anatol/16000/dur.pdf %%DATADIR%%/voices/anatol/16000/lf0.pdf %%DATADIR%%/voices/anatol/16000/lf0.win1 %%DATADIR%%/voices/anatol/16000/lf0.win2 %%DATADIR%%/voices/anatol/16000/lf0.win3 %%DATADIR%%/voices/anatol/16000/mgc.pdf %%DATADIR%%/voices/anatol/16000/mgc.win1 %%DATADIR%%/voices/anatol/16000/mgc.win2 %%DATADIR%%/voices/anatol/16000/mgc.win3 %%DATADIR%%/voices/anatol/16000/tree-bap.inf %%DATADIR%%/voices/anatol/16000/tree-dur.inf %%DATADIR%%/voices/anatol/16000/tree-lf0.inf %%DATADIR%%/voices/anatol/16000/tree-mgc.inf %%DATADIR%%/voices/anatol/16000/voice.data %%DATADIR%%/voices/anatol/24000/bap.pdf %%DATADIR%%/voices/anatol/24000/bap.win1 %%DATADIR%%/voices/anatol/24000/bap.win2 %%DATADIR%%/voices/anatol/24000/bap.win3 %%DATADIR%%/voices/anatol/24000/bpf.txt %%DATADIR%%/voices/anatol/24000/dur.pdf %%DATADIR%%/voices/anatol/24000/lf0.pdf %%DATADIR%%/voices/anatol/24000/lf0.win1 %%DATADIR%%/voices/anatol/24000/lf0.win2 %%DATADIR%%/voices/anatol/24000/lf0.win3 %%DATADIR%%/voices/anatol/24000/mgc.pdf %%DATADIR%%/voices/anatol/24000/mgc.win1 %%DATADIR%%/voices/anatol/24000/mgc.win2 %%DATADIR%%/voices/anatol/24000/mgc.win3 %%DATADIR%%/voices/anatol/24000/tree-bap.inf %%DATADIR%%/voices/anatol/24000/tree-dur.inf %%DATADIR%%/voices/anatol/24000/tree-lf0.inf %%DATADIR%%/voices/anatol/24000/tree-mgc.inf %%DATADIR%%/voices/anatol/24000/voice.data %%DATADIR%%/voices/anatol/voice.info %%DATADIR%%/voices/anatol/voice.params %%DATADIR%%/voices/anna/16000/bap.pdf %%DATADIR%%/voices/anna/16000/bap.win1 %%DATADIR%%/voices/anna/16000/bap.win2 %%DATADIR%%/voices/anna/16000/bap.win3 %%DATADIR%%/voices/anna/16000/bpf.txt %%DATADIR%%/voices/anna/16000/dur.pdf %%DATADIR%%/voices/anna/16000/lf0.pdf %%DATADIR%%/voices/anna/16000/lf0.win1 %%DATADIR%%/voices/anna/16000/lf0.win2 %%DATADIR%%/voices/anna/16000/lf0.win3 %%DATADIR%%/voices/anna/16000/mgc.pdf %%DATADIR%%/voices/anna/16000/mgc.win1 %%DATADIR%%/voices/anna/16000/mgc.win2 %%DATADIR%%/voices/anna/16000/mgc.win3 %%DATADIR%%/voices/anna/16000/tree-bap.inf %%DATADIR%%/voices/anna/16000/tree-dur.inf %%DATADIR%%/voices/anna/16000/tree-lf0.inf %%DATADIR%%/voices/anna/16000/tree-mgc.inf %%DATADIR%%/voices/anna/16000/voice.data %%DATADIR%%/voices/anna/24000/bap.pdf %%DATADIR%%/voices/anna/24000/bap.win1 %%DATADIR%%/voices/anna/24000/bap.win2 %%DATADIR%%/voices/anna/24000/bap.win3 %%DATADIR%%/voices/anna/24000/bpf.txt %%DATADIR%%/voices/anna/24000/dur.pdf %%DATADIR%%/voices/anna/24000/lf0.pdf %%DATADIR%%/voices/anna/24000/lf0.win1 %%DATADIR%%/voices/anna/24000/lf0.win2 %%DATADIR%%/voices/anna/24000/lf0.win3 %%DATADIR%%/voices/anna/24000/mgc.pdf %%DATADIR%%/voices/anna/24000/mgc.win1 %%DATADIR%%/voices/anna/24000/mgc.win2 %%DATADIR%%/voices/anna/24000/mgc.win3 %%DATADIR%%/voices/anna/24000/tree-bap.inf %%DATADIR%%/voices/anna/24000/tree-dur.inf %%DATADIR%%/voices/anna/24000/tree-lf0.inf %%DATADIR%%/voices/anna/24000/tree-mgc.inf %%DATADIR%%/voices/anna/24000/voice.data %%DATADIR%%/voices/anna/voice.info %%DATADIR%%/voices/anna/voice.params %%DATADIR%%/voices/azamat/16000/bap.pdf %%DATADIR%%/voices/azamat/16000/bap.win1 %%DATADIR%%/voices/azamat/16000/bap.win2 %%DATADIR%%/voices/azamat/16000/bap.win3 %%DATADIR%%/voices/azamat/16000/bpf.txt %%DATADIR%%/voices/azamat/16000/dur.pdf %%DATADIR%%/voices/azamat/16000/lf0.pdf %%DATADIR%%/voices/azamat/16000/lf0.win1 %%DATADIR%%/voices/azamat/16000/lf0.win2 %%DATADIR%%/voices/azamat/16000/lf0.win3 %%DATADIR%%/voices/azamat/16000/mgc.pdf %%DATADIR%%/voices/azamat/16000/mgc.win1 %%DATADIR%%/voices/azamat/16000/mgc.win2 %%DATADIR%%/voices/azamat/16000/mgc.win3 %%DATADIR%%/voices/azamat/16000/tree-bap.inf %%DATADIR%%/voices/azamat/16000/tree-dur.inf %%DATADIR%%/voices/azamat/16000/tree-lf0.inf %%DATADIR%%/voices/azamat/16000/tree-mgc.inf %%DATADIR%%/voices/azamat/16000/voice.data %%DATADIR%%/voices/azamat/24000/bap.pdf %%DATADIR%%/voices/azamat/24000/bap.win1 %%DATADIR%%/voices/azamat/24000/bap.win2 %%DATADIR%%/voices/azamat/24000/bap.win3 %%DATADIR%%/voices/azamat/24000/bpf.txt %%DATADIR%%/voices/azamat/24000/dur.pdf %%DATADIR%%/voices/azamat/24000/lf0.pdf %%DATADIR%%/voices/azamat/24000/lf0.win1 %%DATADIR%%/voices/azamat/24000/lf0.win2 %%DATADIR%%/voices/azamat/24000/lf0.win3 %%DATADIR%%/voices/azamat/24000/mgc.pdf %%DATADIR%%/voices/azamat/24000/mgc.win1 %%DATADIR%%/voices/azamat/24000/mgc.win2 %%DATADIR%%/voices/azamat/24000/mgc.win3 %%DATADIR%%/voices/azamat/24000/tree-bap.inf %%DATADIR%%/voices/azamat/24000/tree-dur.inf %%DATADIR%%/voices/azamat/24000/tree-lf0.inf %%DATADIR%%/voices/azamat/24000/tree-mgc.inf %%DATADIR%%/voices/azamat/24000/voice.data %%DATADIR%%/voices/azamat/voice.info %%DATADIR%%/voices/azamat/voice.params %%DATADIR%%/voices/bdl/16000/bap.pdf %%DATADIR%%/voices/bdl/16000/bap.win1 %%DATADIR%%/voices/bdl/16000/bap.win2 %%DATADIR%%/voices/bdl/16000/bap.win3 %%DATADIR%%/voices/bdl/16000/bpf.txt %%DATADIR%%/voices/bdl/16000/dur.pdf %%DATADIR%%/voices/bdl/16000/lf0.pdf %%DATADIR%%/voices/bdl/16000/lf0.win1 %%DATADIR%%/voices/bdl/16000/lf0.win2 %%DATADIR%%/voices/bdl/16000/lf0.win3 %%DATADIR%%/voices/bdl/16000/mgc.pdf %%DATADIR%%/voices/bdl/16000/mgc.win1 %%DATADIR%%/voices/bdl/16000/mgc.win2 %%DATADIR%%/voices/bdl/16000/mgc.win3 %%DATADIR%%/voices/bdl/16000/tree-bap.inf %%DATADIR%%/voices/bdl/16000/tree-dur.inf %%DATADIR%%/voices/bdl/16000/tree-lf0.inf %%DATADIR%%/voices/bdl/16000/tree-mgc.inf %%DATADIR%%/voices/bdl/16000/voice.data %%DATADIR%%/voices/bdl/24000/bap.pdf %%DATADIR%%/voices/bdl/24000/bap.win1 %%DATADIR%%/voices/bdl/24000/bap.win2 %%DATADIR%%/voices/bdl/24000/bap.win3 %%DATADIR%%/voices/bdl/24000/bpf.txt %%DATADIR%%/voices/bdl/24000/dur.pdf %%DATADIR%%/voices/bdl/24000/lf0.pdf %%DATADIR%%/voices/bdl/24000/lf0.win1 %%DATADIR%%/voices/bdl/24000/lf0.win2 %%DATADIR%%/voices/bdl/24000/lf0.win3 %%DATADIR%%/voices/bdl/24000/mgc.pdf %%DATADIR%%/voices/bdl/24000/mgc.win1 %%DATADIR%%/voices/bdl/24000/mgc.win2 %%DATADIR%%/voices/bdl/24000/mgc.win3 %%DATADIR%%/voices/bdl/24000/tree-bap.inf %%DATADIR%%/voices/bdl/24000/tree-dur.inf %%DATADIR%%/voices/bdl/24000/tree-lf0.inf %%DATADIR%%/voices/bdl/24000/tree-mgc.inf %%DATADIR%%/voices/bdl/24000/voice.data %%DATADIR%%/voices/bdl/voice.info %%DATADIR%%/voices/bdl/voice.params %%DATADIR%%/voices/clb/16000/bap.pdf %%DATADIR%%/voices/clb/16000/bap.win1 %%DATADIR%%/voices/clb/16000/bap.win2 %%DATADIR%%/voices/clb/16000/bap.win3 %%DATADIR%%/voices/clb/16000/bpf.txt %%DATADIR%%/voices/clb/16000/dur.pdf %%DATADIR%%/voices/clb/16000/lf0.pdf %%DATADIR%%/voices/clb/16000/lf0.win1 %%DATADIR%%/voices/clb/16000/lf0.win2 %%DATADIR%%/voices/clb/16000/lf0.win3 %%DATADIR%%/voices/clb/16000/mgc.pdf %%DATADIR%%/voices/clb/16000/mgc.win1 %%DATADIR%%/voices/clb/16000/mgc.win2 %%DATADIR%%/voices/clb/16000/mgc.win3 %%DATADIR%%/voices/clb/16000/tree-bap.inf %%DATADIR%%/voices/clb/16000/tree-dur.inf %%DATADIR%%/voices/clb/16000/tree-lf0.inf %%DATADIR%%/voices/clb/16000/tree-mgc.inf %%DATADIR%%/voices/clb/16000/voice.data %%DATADIR%%/voices/clb/24000/bap.pdf %%DATADIR%%/voices/clb/24000/bap.win1 %%DATADIR%%/voices/clb/24000/bap.win2 %%DATADIR%%/voices/clb/24000/bap.win3 %%DATADIR%%/voices/clb/24000/bpf.txt %%DATADIR%%/voices/clb/24000/dur.pdf %%DATADIR%%/voices/clb/24000/lf0.pdf %%DATADIR%%/voices/clb/24000/lf0.win1 %%DATADIR%%/voices/clb/24000/lf0.win2 %%DATADIR%%/voices/clb/24000/lf0.win3 %%DATADIR%%/voices/clb/24000/mgc.pdf %%DATADIR%%/voices/clb/24000/mgc.win1 %%DATADIR%%/voices/clb/24000/mgc.win2 %%DATADIR%%/voices/clb/24000/mgc.win3 %%DATADIR%%/voices/clb/24000/tree-bap.inf %%DATADIR%%/voices/clb/24000/tree-dur.inf %%DATADIR%%/voices/clb/24000/tree-lf0.inf %%DATADIR%%/voices/clb/24000/tree-mgc.inf %%DATADIR%%/voices/clb/24000/voice.data %%DATADIR%%/voices/clb/voice.info %%DATADIR%%/voices/clb/voice.params %%DATADIR%%/voices/elena/16000/bap.pdf %%DATADIR%%/voices/elena/16000/bap.win1 %%DATADIR%%/voices/elena/16000/bap.win2 %%DATADIR%%/voices/elena/16000/bap.win3 %%DATADIR%%/voices/elena/16000/bpf.txt %%DATADIR%%/voices/elena/16000/dur.pdf %%DATADIR%%/voices/elena/16000/lf0.pdf %%DATADIR%%/voices/elena/16000/lf0.win1 %%DATADIR%%/voices/elena/16000/lf0.win2 %%DATADIR%%/voices/elena/16000/lf0.win3 %%DATADIR%%/voices/elena/16000/mgc.pdf %%DATADIR%%/voices/elena/16000/mgc.win1 %%DATADIR%%/voices/elena/16000/mgc.win2 %%DATADIR%%/voices/elena/16000/mgc.win3 %%DATADIR%%/voices/elena/16000/tree-bap.inf %%DATADIR%%/voices/elena/16000/tree-dur.inf %%DATADIR%%/voices/elena/16000/tree-lf0.inf %%DATADIR%%/voices/elena/16000/tree-mgc.inf %%DATADIR%%/voices/elena/16000/voice.data %%DATADIR%%/voices/elena/24000/bap.pdf %%DATADIR%%/voices/elena/24000/bap.win1 %%DATADIR%%/voices/elena/24000/bap.win2 %%DATADIR%%/voices/elena/24000/bap.win3 %%DATADIR%%/voices/elena/24000/bpf.txt %%DATADIR%%/voices/elena/24000/dur.pdf %%DATADIR%%/voices/elena/24000/lf0.pdf %%DATADIR%%/voices/elena/24000/lf0.win1 %%DATADIR%%/voices/elena/24000/lf0.win2 %%DATADIR%%/voices/elena/24000/lf0.win3 %%DATADIR%%/voices/elena/24000/mgc.pdf %%DATADIR%%/voices/elena/24000/mgc.win1 %%DATADIR%%/voices/elena/24000/mgc.win2 %%DATADIR%%/voices/elena/24000/mgc.win3 %%DATADIR%%/voices/elena/24000/tree-bap.inf %%DATADIR%%/voices/elena/24000/tree-dur.inf %%DATADIR%%/voices/elena/24000/tree-lf0.inf %%DATADIR%%/voices/elena/24000/tree-mgc.inf %%DATADIR%%/voices/elena/24000/voice.data %%DATADIR%%/voices/elena/voice.info %%DATADIR%%/voices/elena/voice.params %%DATADIR%%/voices/irina/16000/bap.pdf %%DATADIR%%/voices/irina/16000/bap.win1 %%DATADIR%%/voices/irina/16000/bap.win2 %%DATADIR%%/voices/irina/16000/bap.win3 %%DATADIR%%/voices/irina/16000/bpf.txt %%DATADIR%%/voices/irina/16000/dur.pdf %%DATADIR%%/voices/irina/16000/lf0.pdf %%DATADIR%%/voices/irina/16000/lf0.win1 %%DATADIR%%/voices/irina/16000/lf0.win2 %%DATADIR%%/voices/irina/16000/lf0.win3 %%DATADIR%%/voices/irina/16000/mgc.pdf %%DATADIR%%/voices/irina/16000/mgc.win1 %%DATADIR%%/voices/irina/16000/mgc.win2 %%DATADIR%%/voices/irina/16000/mgc.win3 %%DATADIR%%/voices/irina/16000/tree-bap.inf %%DATADIR%%/voices/irina/16000/tree-dur.inf %%DATADIR%%/voices/irina/16000/tree-lf0.inf %%DATADIR%%/voices/irina/16000/tree-mgc.inf %%DATADIR%%/voices/irina/16000/voice.data %%DATADIR%%/voices/irina/24000/bap.pdf %%DATADIR%%/voices/irina/24000/bap.win1 %%DATADIR%%/voices/irina/24000/bap.win2 %%DATADIR%%/voices/irina/24000/bap.win3 %%DATADIR%%/voices/irina/24000/bpf.txt %%DATADIR%%/voices/irina/24000/dur.pdf %%DATADIR%%/voices/irina/24000/lf0.pdf %%DATADIR%%/voices/irina/24000/lf0.win1 %%DATADIR%%/voices/irina/24000/lf0.win2 %%DATADIR%%/voices/irina/24000/lf0.win3 %%DATADIR%%/voices/irina/24000/mgc.pdf %%DATADIR%%/voices/irina/24000/mgc.win1 %%DATADIR%%/voices/irina/24000/mgc.win2 %%DATADIR%%/voices/irina/24000/mgc.win3 %%DATADIR%%/voices/irina/24000/tree-bap.inf %%DATADIR%%/voices/irina/24000/tree-dur.inf %%DATADIR%%/voices/irina/24000/tree-lf0.inf %%DATADIR%%/voices/irina/24000/tree-mgc.inf %%DATADIR%%/voices/irina/24000/voice.data %%DATADIR%%/voices/irina/voice.info %%DATADIR%%/voices/irina/voice.params %%DATADIR%%/voices/natalia/16000/bap.pdf %%DATADIR%%/voices/natalia/16000/bap.win1 %%DATADIR%%/voices/natalia/16000/bap.win2 %%DATADIR%%/voices/natalia/16000/bap.win3 %%DATADIR%%/voices/natalia/16000/bpf.txt %%DATADIR%%/voices/natalia/16000/dur.pdf %%DATADIR%%/voices/natalia/16000/lf0.pdf %%DATADIR%%/voices/natalia/16000/lf0.win1 %%DATADIR%%/voices/natalia/16000/lf0.win2 %%DATADIR%%/voices/natalia/16000/lf0.win3 %%DATADIR%%/voices/natalia/16000/mgc.pdf %%DATADIR%%/voices/natalia/16000/mgc.win1 %%DATADIR%%/voices/natalia/16000/mgc.win2 %%DATADIR%%/voices/natalia/16000/mgc.win3 %%DATADIR%%/voices/natalia/16000/tree-bap.inf %%DATADIR%%/voices/natalia/16000/tree-dur.inf %%DATADIR%%/voices/natalia/16000/tree-lf0.inf %%DATADIR%%/voices/natalia/16000/tree-mgc.inf %%DATADIR%%/voices/natalia/16000/voice.data %%DATADIR%%/voices/natalia/24000/bap.pdf %%DATADIR%%/voices/natalia/24000/bap.win1 %%DATADIR%%/voices/natalia/24000/bap.win2 %%DATADIR%%/voices/natalia/24000/bap.win3 %%DATADIR%%/voices/natalia/24000/bpf.txt %%DATADIR%%/voices/natalia/24000/dur.pdf %%DATADIR%%/voices/natalia/24000/lf0.pdf %%DATADIR%%/voices/natalia/24000/lf0.win1 %%DATADIR%%/voices/natalia/24000/lf0.win2 %%DATADIR%%/voices/natalia/24000/lf0.win3 %%DATADIR%%/voices/natalia/24000/mgc.pdf %%DATADIR%%/voices/natalia/24000/mgc.win1 %%DATADIR%%/voices/natalia/24000/mgc.win2 %%DATADIR%%/voices/natalia/24000/mgc.win3 %%DATADIR%%/voices/natalia/24000/tree-bap.inf %%DATADIR%%/voices/natalia/24000/tree-dur.inf %%DATADIR%%/voices/natalia/24000/tree-lf0.inf %%DATADIR%%/voices/natalia/24000/tree-mgc.inf %%DATADIR%%/voices/natalia/24000/voice.data %%DATADIR%%/voices/natalia/voice.info %%DATADIR%%/voices/natalia/voice.params -%%DATADIR%%/voices/natia/16000/bap.pdf -%%DATADIR%%/voices/natia/16000/bap.win1 -%%DATADIR%%/voices/natia/16000/bap.win2 -%%DATADIR%%/voices/natia/16000/bap.win3 -%%DATADIR%%/voices/natia/16000/bpf.txt -%%DATADIR%%/voices/natia/16000/dur.pdf -%%DATADIR%%/voices/natia/16000/lf0.pdf -%%DATADIR%%/voices/natia/16000/lf0.win1 -%%DATADIR%%/voices/natia/16000/lf0.win2 -%%DATADIR%%/voices/natia/16000/lf0.win3 -%%DATADIR%%/voices/natia/16000/mgc.pdf -%%DATADIR%%/voices/natia/16000/mgc.win1 -%%DATADIR%%/voices/natia/16000/mgc.win2 -%%DATADIR%%/voices/natia/16000/mgc.win3 -%%DATADIR%%/voices/natia/16000/tree-bap.inf -%%DATADIR%%/voices/natia/16000/tree-dur.inf -%%DATADIR%%/voices/natia/16000/tree-lf0.inf -%%DATADIR%%/voices/natia/16000/tree-mgc.inf -%%DATADIR%%/voices/natia/16000/voice.data -%%DATADIR%%/voices/natia/24000/bap.pdf -%%DATADIR%%/voices/natia/24000/bap.win1 -%%DATADIR%%/voices/natia/24000/bap.win2 -%%DATADIR%%/voices/natia/24000/bap.win3 -%%DATADIR%%/voices/natia/24000/bpf.txt -%%DATADIR%%/voices/natia/24000/dur.pdf -%%DATADIR%%/voices/natia/24000/lf0.pdf -%%DATADIR%%/voices/natia/24000/lf0.win1 -%%DATADIR%%/voices/natia/24000/lf0.win2 -%%DATADIR%%/voices/natia/24000/lf0.win3 -%%DATADIR%%/voices/natia/24000/mgc.pdf -%%DATADIR%%/voices/natia/24000/mgc.win1 -%%DATADIR%%/voices/natia/24000/mgc.win2 -%%DATADIR%%/voices/natia/24000/mgc.win3 -%%DATADIR%%/voices/natia/24000/tree-bap.inf -%%DATADIR%%/voices/natia/24000/tree-dur.inf -%%DATADIR%%/voices/natia/24000/tree-lf0.inf -%%DATADIR%%/voices/natia/24000/tree-mgc.inf -%%DATADIR%%/voices/natia/24000/voice.data -%%DATADIR%%/voices/natia/voice.info -%%DATADIR%%/voices/natia/voice.params %%DATADIR%%/voices/nazgul/16000/bap.pdf %%DATADIR%%/voices/nazgul/16000/bap.win1 %%DATADIR%%/voices/nazgul/16000/bap.win2 %%DATADIR%%/voices/nazgul/16000/bap.win3 %%DATADIR%%/voices/nazgul/16000/bpf.txt %%DATADIR%%/voices/nazgul/16000/dur.pdf %%DATADIR%%/voices/nazgul/16000/lf0.pdf %%DATADIR%%/voices/nazgul/16000/lf0.win1 %%DATADIR%%/voices/nazgul/16000/lf0.win2 %%DATADIR%%/voices/nazgul/16000/lf0.win3 %%DATADIR%%/voices/nazgul/16000/mgc.pdf %%DATADIR%%/voices/nazgul/16000/mgc.win1 %%DATADIR%%/voices/nazgul/16000/mgc.win2 %%DATADIR%%/voices/nazgul/16000/mgc.win3 %%DATADIR%%/voices/nazgul/16000/tree-bap.inf %%DATADIR%%/voices/nazgul/16000/tree-dur.inf %%DATADIR%%/voices/nazgul/16000/tree-lf0.inf %%DATADIR%%/voices/nazgul/16000/tree-mgc.inf %%DATADIR%%/voices/nazgul/16000/voice.data %%DATADIR%%/voices/nazgul/24000/bap.pdf %%DATADIR%%/voices/nazgul/24000/bap.win1 %%DATADIR%%/voices/nazgul/24000/bap.win2 %%DATADIR%%/voices/nazgul/24000/bap.win3 %%DATADIR%%/voices/nazgul/24000/bpf.txt %%DATADIR%%/voices/nazgul/24000/dur.pdf %%DATADIR%%/voices/nazgul/24000/lf0.pdf %%DATADIR%%/voices/nazgul/24000/lf0.win1 %%DATADIR%%/voices/nazgul/24000/lf0.win2 %%DATADIR%%/voices/nazgul/24000/lf0.win3 %%DATADIR%%/voices/nazgul/24000/mgc.pdf %%DATADIR%%/voices/nazgul/24000/mgc.win1 %%DATADIR%%/voices/nazgul/24000/mgc.win2 %%DATADIR%%/voices/nazgul/24000/mgc.win3 %%DATADIR%%/voices/nazgul/24000/tree-bap.inf %%DATADIR%%/voices/nazgul/24000/tree-dur.inf %%DATADIR%%/voices/nazgul/24000/tree-lf0.inf %%DATADIR%%/voices/nazgul/24000/tree-mgc.inf %%DATADIR%%/voices/nazgul/24000/voice.data %%DATADIR%%/voices/nazgul/voice.info %%DATADIR%%/voices/nazgul/voice.params %%DATADIR%%/voices/slt/16000/bap.pdf %%DATADIR%%/voices/slt/16000/bap.win1 %%DATADIR%%/voices/slt/16000/bap.win2 %%DATADIR%%/voices/slt/16000/bap.win3 %%DATADIR%%/voices/slt/16000/bpf.txt %%DATADIR%%/voices/slt/16000/dur.pdf %%DATADIR%%/voices/slt/16000/lf0.pdf %%DATADIR%%/voices/slt/16000/lf0.win1 %%DATADIR%%/voices/slt/16000/lf0.win2 %%DATADIR%%/voices/slt/16000/lf0.win3 %%DATADIR%%/voices/slt/16000/mgc.pdf %%DATADIR%%/voices/slt/16000/mgc.win1 %%DATADIR%%/voices/slt/16000/mgc.win2 %%DATADIR%%/voices/slt/16000/mgc.win3 %%DATADIR%%/voices/slt/16000/tree-bap.inf %%DATADIR%%/voices/slt/16000/tree-dur.inf %%DATADIR%%/voices/slt/16000/tree-lf0.inf %%DATADIR%%/voices/slt/16000/tree-mgc.inf %%DATADIR%%/voices/slt/16000/voice.data %%DATADIR%%/voices/slt/24000/bap.pdf %%DATADIR%%/voices/slt/24000/bap.win1 %%DATADIR%%/voices/slt/24000/bap.win2 %%DATADIR%%/voices/slt/24000/bap.win3 %%DATADIR%%/voices/slt/24000/bpf.txt %%DATADIR%%/voices/slt/24000/dur.pdf %%DATADIR%%/voices/slt/24000/lf0.pdf %%DATADIR%%/voices/slt/24000/lf0.win1 %%DATADIR%%/voices/slt/24000/lf0.win2 %%DATADIR%%/voices/slt/24000/lf0.win3 %%DATADIR%%/voices/slt/24000/mgc.pdf %%DATADIR%%/voices/slt/24000/mgc.win1 %%DATADIR%%/voices/slt/24000/mgc.win2 %%DATADIR%%/voices/slt/24000/mgc.win3 %%DATADIR%%/voices/slt/24000/tree-bap.inf %%DATADIR%%/voices/slt/24000/tree-dur.inf %%DATADIR%%/voices/slt/24000/tree-lf0.inf %%DATADIR%%/voices/slt/24000/tree-mgc.inf %%DATADIR%%/voices/slt/24000/voice.data %%DATADIR%%/voices/slt/voice.info %%DATADIR%%/voices/slt/voice.params %%DATADIR%%/voices/spomenka/16000/bap.pdf %%DATADIR%%/voices/spomenka/16000/bap.win1 %%DATADIR%%/voices/spomenka/16000/bap.win2 %%DATADIR%%/voices/spomenka/16000/bap.win3 %%DATADIR%%/voices/spomenka/16000/bpf.txt %%DATADIR%%/voices/spomenka/16000/dur.pdf %%DATADIR%%/voices/spomenka/16000/lf0.pdf %%DATADIR%%/voices/spomenka/16000/lf0.win1 %%DATADIR%%/voices/spomenka/16000/lf0.win2 %%DATADIR%%/voices/spomenka/16000/lf0.win3 %%DATADIR%%/voices/spomenka/16000/mgc.pdf %%DATADIR%%/voices/spomenka/16000/mgc.win1 %%DATADIR%%/voices/spomenka/16000/mgc.win2 %%DATADIR%%/voices/spomenka/16000/mgc.win3 %%DATADIR%%/voices/spomenka/16000/tree-bap.inf %%DATADIR%%/voices/spomenka/16000/tree-dur.inf %%DATADIR%%/voices/spomenka/16000/tree-lf0.inf %%DATADIR%%/voices/spomenka/16000/tree-mgc.inf %%DATADIR%%/voices/spomenka/16000/voice.data %%DATADIR%%/voices/spomenka/24000/bap.pdf %%DATADIR%%/voices/spomenka/24000/bap.win1 %%DATADIR%%/voices/spomenka/24000/bap.win2 %%DATADIR%%/voices/spomenka/24000/bap.win3 %%DATADIR%%/voices/spomenka/24000/bpf.txt %%DATADIR%%/voices/spomenka/24000/dur.pdf %%DATADIR%%/voices/spomenka/24000/lf0.pdf %%DATADIR%%/voices/spomenka/24000/lf0.win1 %%DATADIR%%/voices/spomenka/24000/lf0.win2 %%DATADIR%%/voices/spomenka/24000/lf0.win3 %%DATADIR%%/voices/spomenka/24000/mgc.pdf %%DATADIR%%/voices/spomenka/24000/mgc.win1 %%DATADIR%%/voices/spomenka/24000/mgc.win2 %%DATADIR%%/voices/spomenka/24000/mgc.win3 %%DATADIR%%/voices/spomenka/24000/tree-bap.inf %%DATADIR%%/voices/spomenka/24000/tree-dur.inf %%DATADIR%%/voices/spomenka/24000/tree-lf0.inf %%DATADIR%%/voices/spomenka/24000/tree-mgc.inf %%DATADIR%%/voices/spomenka/24000/voice.data %%DATADIR%%/voices/spomenka/voice.info %%DATADIR%%/voices/spomenka/voice.params %%DATADIR%%/voices/talgat/16000/bap.pdf %%DATADIR%%/voices/talgat/16000/bap.win1 %%DATADIR%%/voices/talgat/16000/bap.win2 %%DATADIR%%/voices/talgat/16000/bap.win3 %%DATADIR%%/voices/talgat/16000/bpf.txt %%DATADIR%%/voices/talgat/16000/dur.pdf %%DATADIR%%/voices/talgat/16000/lf0.pdf %%DATADIR%%/voices/talgat/16000/lf0.win1 %%DATADIR%%/voices/talgat/16000/lf0.win2 %%DATADIR%%/voices/talgat/16000/lf0.win3 %%DATADIR%%/voices/talgat/16000/mgc.pdf %%DATADIR%%/voices/talgat/16000/mgc.win1 %%DATADIR%%/voices/talgat/16000/mgc.win2 %%DATADIR%%/voices/talgat/16000/mgc.win3 %%DATADIR%%/voices/talgat/16000/tree-bap.inf %%DATADIR%%/voices/talgat/16000/tree-dur.inf %%DATADIR%%/voices/talgat/16000/tree-lf0.inf %%DATADIR%%/voices/talgat/16000/tree-mgc.inf %%DATADIR%%/voices/talgat/16000/voice.data %%DATADIR%%/voices/talgat/24000/bap.pdf %%DATADIR%%/voices/talgat/24000/bap.win1 %%DATADIR%%/voices/talgat/24000/bap.win2 %%DATADIR%%/voices/talgat/24000/bap.win3 %%DATADIR%%/voices/talgat/24000/bpf.txt %%DATADIR%%/voices/talgat/24000/dur.pdf %%DATADIR%%/voices/talgat/24000/lf0.pdf %%DATADIR%%/voices/talgat/24000/lf0.win1 %%DATADIR%%/voices/talgat/24000/lf0.win2 %%DATADIR%%/voices/talgat/24000/lf0.win3 %%DATADIR%%/voices/talgat/24000/mgc.pdf %%DATADIR%%/voices/talgat/24000/mgc.win1 %%DATADIR%%/voices/talgat/24000/mgc.win2 %%DATADIR%%/voices/talgat/24000/mgc.win3 %%DATADIR%%/voices/talgat/24000/tree-bap.inf %%DATADIR%%/voices/talgat/24000/tree-dur.inf %%DATADIR%%/voices/talgat/24000/tree-lf0.inf %%DATADIR%%/voices/talgat/24000/tree-mgc.inf %%DATADIR%%/voices/talgat/24000/voice.data %%DATADIR%%/voices/talgat/voice.info %%DATADIR%%/voices/talgat/voice.params