|
From: <ope...@li...> - 2016-04-05 06:11:32
|
Thanks. These are the version HTK-3.4.1 HDecode-3.4.1 HTS-2.3_for_HTK-3.4.1.patch SPTK-3.9 hts_engine_API-1.10 and I couldn't find out how to know the version of demo scripts, but I downloaded the latest version. Here http://hts.sp.nitech.ac.jp/?Download Speaker dependent training demo - Japanese [image: file]tar.bz2 <http://hts.sp.nitech.ac.jp/archives/2.3/HTS-demo_NIT-ATR503-M001.tar.bz2> (126 MB) Regards. 2016-04-05 12:57 GMT+09:00 <ope...@li...>: > Hi, > > Let me know the version of HTS, SPTK, hts_engine API, and demo > scripts, respectively. > > Regards, > Keiichiro Oura > > > 2016-04-05 12:51 GMT+09:00 <ope...@li...>: > > Thanks. > > > > I could generate wav file by open_jtalk with this > > hts_voice_nitech_jp_atr503_m001. > > But I want to use HTS voice generated by > > HTS_demo-NIT-ATR503-M001(http://hts.sp.nitech.ac.jp/?Download) > > > > I could generate nitech_jp_atr503_m001.htsvoice from > > HTS_demo-NIT-ATR503-M001, but this error occured when open_jtalk worked > > > > Error: HTS_Model_load_pdf: # of pdfs at 2-th state should be positive. > > > > Regards. > > > > > > 2016-04-05 12:12 GMT+09:00 <ope...@li...>: > >> > >> Hi, > >> > >> The link of HTS voice is shown in http://open-jtalk.sourceforge.net/ > >> > >> > http://downloads.sourceforge.net/open-jtalk/hts_voice_nitech_jp_atr503_m001-1.05.tar.gz > >> > >> Regards, > >> Keiichiro Oura > >> > >> > >> 2016-04-05 11:45 GMT+09:00 <ope...@li...>: > >> > Thanks. > >> > > >> > I installed > >> > > >> > hts_engine_API-1.10 > >> > open_jtalk-1.09 > >> > > >> > but I don't know which HTS voice I should install. > >> > I couldn't download HTS voice version 1.05 from > >> > hts_engine.sourceforge.net. > >> > > >> > Regards. > >> > > >> > > >> > 2016-04-04 10:37 GMT+09:00 <ope...@li...>: > >> >> > >> >> Hi, > >> >> > >> >> It seems that incorrect HTS voice was created. > >> >> Could you try to use latest Open JTalk, hts_engine API, and HTS voice > >> >> released in sourceforge? > >> >> > >> >> Regards, > >> >> Keiichiro Oura > >> >> > >> >> > >> >> > >> >> 2016-04-03 16:52 GMT+09:00 <ope...@li... > >: > >> >> > I made voice datas by HTS-demo_NIT-ATR503-M001, then I could > >> >> > generate > >> >> > these > >> >> > files. > >> >> > > >> >> > > >> >> > $ ls > >> >> > > >> >> > dur.pdf lf0.win1 lpf.win1 mgc.win3 > >> >> > tree-gv-mgc.inf > >> >> > > >> >> > gv-lf0.pdf lf0.win2 mgc.pdf nitech_jp_atr503_m001.htsvoice > >> >> > tree-lf0.inf > >> >> > > >> >> > gv-mgc.pdf lf0.win3 mgc.win1 tree-dur.inf > >> >> > tree-lpf.inf > >> >> > > >> >> > lf0.pdf lpf.pdf mgc.win2 tree-gv-lf0.inf > >> >> > tree-mgc.inf > >> >> > > >> >> > > >> >> > First, I tried to generate a wav file with this script. > >> >> > > >> >> > > >> >> > VOICE=/home/HTS/open_jtalk/bin > >> >> > > >> >> > > >> >> > echo $1 |nkf -e| /home/HTS/open_jtalk/bin/open_jtalk \ > >> >> > > >> >> > -td $VOICE/tree-dur.inf \ > >> >> > > >> >> > -tf $VOICE/tree-lf0.inf \ > >> >> > > >> >> > -tm $VOICE/tree-mgc.inf \ > >> >> > > >> >> > -tl $VOICE/tree-lpf.inf \ > >> >> > > >> >> > -md $VOICE/dur.pdf \ > >> >> > > >> >> > -mf $VOICE/lf0.pdf \ > >> >> > > >> >> > -mm $VOICE/mgc.pdf \ > >> >> > > >> >> > -ml $VOICE/lpf.pdf \ > >> >> > > >> >> > -df $VOICE/lf0.win1 \ > >> >> > > >> >> > -df $VOICE/lf0.win2 \ > >> >> > > >> >> > -df $VOICE/lf0.win3 \ > >> >> > > >> >> > -dm $VOICE/mgc.win1 \ > >> >> > > >> >> > -dm $VOICE/mgc.win2 \ > >> >> > > >> >> > -dm $VOICE/mgc.win3 \ > >> >> > > >> >> > -dl $VOICE/lpf.win1 \ > >> >> > > >> >> > -ef $VOICE/tree-gv-lf0.inf \ > >> >> > > >> >> > -em $VOICE/tree-gv-mgc.inf \ > >> >> > > >> >> > -cf $VOICE/gv-lf0.pdf \ > >> >> > > >> >> > -cm $VOICE/gv-mgc.pdf \ > >> >> > > >> >> > -k $VOICE/gv-switch.inf \ > >> >> > > >> >> > -x /home/HTS/open_jtalk/dic \ > >> >> > > >> >> > -ow /home/HTS/public_html/sound/complex16_$2.wav \ > >> >> > > >> >> > -ot /home/HTS/open_jtalk/out.log \ > >> >> > > >> >> > -s 16000 -p 80 -a 0.0 \ > >> >> > > >> >> > -g 1 -jm 0.55 -l > >> >> > > >> >> > > >> >> > but I couldn’t generate WAV, because this error occurred > >> >> > > >> >> > > >> >> > $ sh talk.sh > >> >> > > >> >> > Error: Dictionary or HTS voice cannot be loaded. > >> >> > > >> >> > > >> >> > so I found second way to generate wav with using htsvoice. This > >> >> > script > >> >> > is > >> >> > here > >> >> > > >> >> > > >> >> > VOICE=/home/HTS/open_jtalk/16kmodels/complex_16k > >> >> > > >> >> > > >> >> > echo $1 |nkf -e| /home/HTS/open_jtalk/bin/open_jtalk \ > >> >> > > >> >> > -m nitech_jp_atr503_m001.htsvoice \ > >> >> > > >> >> > -x /home/HTS/open_jtalk/dic \ > >> >> > > >> >> > -ow /home/HTS/public_html/sound/complex16_$2.wav \ > >> >> > > >> >> > -ot /home/HTS/open_jtalk/out.log \ > >> >> > > >> >> > -s 16000 -p 80 -a 0.0 \ > >> >> > > >> >> > -g 1 -jm 0.55 -l > >> >> > > >> >> > > >> >> > but I couldn’t generate it. The error is here. > >> >> > > >> >> > > >> >> > Error: HTS_Model_load_pdf: # of pdfs at 2-th state should be > >> >> > positive. > >> >> > > >> >> > > >> >> > How can I generate a WAV file? > >> >> > > >> >> > > >> >> > > >> >> > > >> >> > > ------------------------------------------------------------------------------ > >> >> > Transform Data into Opportunity. > >> >> > Accelerate data analysis in your applications with > >> >> > Intel Data Analytics Acceleration Library. > >> >> > Click to learn more. > >> >> > http://pubads.g.doubleclick.net/gampad/clk?id=278785471&iu=/4140 > >> >> > _______________________________________________ > >> >> > open-jtalk-users mailing list > >> >> > ope...@li... > >> >> > https://lists.sourceforge.net/lists/listinfo/open-jtalk-users > >> >> > > >> >> > >> >> > >> >> > >> >> > ------------------------------------------------------------------------------ > >> >> _______________________________________________ > >> >> open-jtalk-users mailing list > >> >> ope...@li... > >> >> https://lists.sourceforge.net/lists/listinfo/open-jtalk-users > >> > > >> > > >> > > >> > > >> > > ------------------------------------------------------------------------------ > >> > > >> > _______________________________________________ > >> > open-jtalk-users mailing list > >> > ope...@li... > >> > https://lists.sourceforge.net/lists/listinfo/open-jtalk-users > >> > > >> > >> > >> > ------------------------------------------------------------------------------ > >> _______________________________________________ > >> open-jtalk-users mailing list > >> ope...@li... > >> https://lists.sourceforge.net/lists/listinfo/open-jtalk-users > > > > > > > > > ------------------------------------------------------------------------------ > > > > _______________________________________________ > > open-jtalk-users mailing list > > ope...@li... > > https://lists.sourceforge.net/lists/listinfo/open-jtalk-users > > > > > ------------------------------------------------------------------------------ > _______________________________________________ > open-jtalk-users mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/open-jtalk-users > |