[Subject Prev][Subject Next][Thread Prev][Thread Next][Date Index][Thread Index]

[hts-users:03105] Re: Errors when synthesize waveformfromSTRAIGHTparameters usingHTS-demo_CMU-ARCTIC-SLT_STRAIGHT demo


Hi, Junhong
      I think you should confirm the feature generated from HMGens is right. These feature is saved in the files with extend name sp,ap and f0. You first check whether their length(number of frame) are same or not, and the sample rate is right.


Best Regards,

hlwang

At 2011-11-01 21:35:01,"junhong.iecas" <junhong.iecas@xxxxxxxxx> wrote:
 
 
Hi,
I have changed to the default value, and the version of straight I used also has been changed to V40, but the error still keep the same to the ones before I changed, the errors like this:
 
>> >> >> >> Synthesizing /HTS-demo_CMU-ARCTIC-SLT_STRAIGHT.2.2/gen/qst001/ver1/2mix/0/alice01.wav>> >> >> >> >> >> >> >> >> >> {^H??? Error using ==> interp1 at 128
LENGTH(X) and SIZE(Y,1) must be the same.
Error in ==> straightSynthTB07ca at 83
    ap = interp1([0:nii-1],ap,[0:niiNew-1]*(nii-1)/(niiNew-1));
Error in ==> exstraightsynth at 59
[sy,statusReport] =straightSynthTB07ca(n3sgram,f0raw,shiftm,fs, ...
}^H
^G>> {^H??? Undefined function or variable 'sy'.
}^H
 
I don't how to handle this problem. I will appreciate if you can help me.
Thanks a lot!
 
Best!
Junhong Zhao 
2011-11-01

junhong.iecas

发件人: 那兴宇
发送时间: 2011-11-01  10:19:03
收件人: hts-users
抄送:
主题: [hts-users:03102] Re: Errors when synthesize waveformfromSTRAIGHTparameters usingHTS-demo_CMU-ARCTIC-SLT_STRAIGHT demo
Hi,
That's okay. This warning won't effect the spectrum.
--
Na Xingyu (那兴宇)
Beijing Institute of Technology
naxy(at)bit.edu.cn
asr.naxingyu(at)gmail.com
naxingyu at {facebook, twitter, linkedin}

At 2011-11-01 09:52:18,"junhong.iecas" <junhong.iecas@xxxxxxxxx> wrote:
Because when I use default frame shift, system hints for all waves like this :
 
Frame shift has to be small enough. (Less than 1 ms is recommended.)
Temporal smoothing will be disabled
 
2011-11-01

junhong.iecas

发件人: Keiichiro Oura
发送时间: 2011-11-01  09:45:23
收件人: hts-users
抄送: uratec
主题: [hts-users:03100] Re: Errors when synthesize waveformfromSTRAIGHTparameters using HTS-demo_CMU-ARCTIC-SLT_STRAIGHT demo
Hi,
In my environment, it works normally with 5-ms frame shift.
Why don't you use default setting?
Regards,
Keiichiro Oura
2011/11/1 junhong.iecas <junhong.iecas@xxxxxxxxx>:
> Dear Keiichiro:
> Now I change the version to V40, but when I extract sp and ap, there are
> errors like this:
>>> >> >> >> >> >> >> {^H??? Error using ==> save
> Can't write file ap/cmu_us_arctic_slt_b0091.ap.
> }^H
> ^G>> {^H??? Error using ==> save
> Can't write file sp/cmu_us_arctic_slt_b0091.sp.
> }^H
>
> Once this error came up for cmu_us_arctic_slt_b0091.wav, the same error come
> up for all the following waves. However when I checked the sp and ap folder,
> all the ap and sp files were there. I don't know what has happend. The
> version of matlab I used was 2008b.And I have chaged the frameshift to 1ms.
>
> I will very appreciate if you can help me!
> Thanks a lot!
>
> Best
> Junhong Zhao
>
> 2011-11-01
> ________________________________
> junhong.iecas
> ________________________________
> 发件人: Keiichiro Oura
> 发送时间: 2011-10-31  16:17:55
> 收件人: hts-users
> 抄送: uratec
> 主题: [hts-users:03097] Re: Errors when synthesize waveform
> fromSTRAIGHTparameters using HTS-demo_CMU-ARCTIC-SLT_STRAIGHT demo
> Hi,
> Neither username nor passowrd are required.
> The file name is 'STRAIGHTtrial.zip'
> Regards,
> Keiichiro Oura
> 2011/10/31 junhong.iecas <junhong.iecas@xxxxxxxxx>:
>> Dear Keiichiro:
>> I have got the usrname and password for taking the sourecode of straight,
>> but I'm not sure which is V40 version.  Is Either strb050513.gz or V40_005
>> the answer, or neither?
>> Thanks for your help.
>>
>> Best
>> Junhong Zhao
>>
>>
>> 2011-10-31
>> ________________________________
>> junhong.iecas
>> ________________________________
>> 发件人: Keiichiro Oura
>> 发送时间: 2011-10-13  17:14:46
>> 收件人: hts-users
>> 抄送: uratec
>> 主题: [hts-users:03060] Re: Errors when synthesize waveform from
>> STRAIGHTparameters using HTS-demo_CMU-ARCTIC-SLT_STRAIGHT demo
>> Hi,
>> Please, change version of STRAIGHT from V40_007c to V40.
>> See HTS-demo_CMU-ARCTIC-SLT_STRAIGHT/INSTALL for detail.
>> Regards,
>> Keiichiro Oura
>> 2011/10/13 junhong.iecas <junhong.iecas@xxxxxxxxx>:
>>> Hi:
>>> When implemented the SLT_STRAIGHT demo under the "make" command, I meet an
>>> Error:"
>>> Synthesizing waveform from STRAIGHT parameters... :
>>>>> >> >> >> Synthesizing HTS-demo_CMU-ARCTIC-SLT_STRAIGHT.2.2/gen/qst001/ver1/2mix/0/alice01.wav>> >> >> >> >> >> >> >> >> >>
>>> {^H??? Error using ==> interp1 at 128
>>> LENGTH(X) and SIZE(Y,1) must be the same.
>>> Error in ==> straightSynthTB07ca at 83
>>>     ap = interp1([0:nii-1],ap,[0:niiNew-1]*(nii-1)/(niiNew-1));
>>> Error in ==> exstraightsynth at 59
>>> [sy,statusReport] =straightSynthTB07ca(n3sgram,f0raw,shiftm,fs, ...}^H^G>> {^H??? Undefined function or variable 'sy'.}^H";
>>>
>>> There is no any error or warning before this step, and I don't know what
>>> happened!
>>> PS:The versions of the tools I used are :
>>> matlab:2008b, straight:STRAIGHTV40_007c, hts:2.2..
>>>     The parameters I used is just default except the -t option in HSMMAlign
>>> and HMGenS is changed to 1500 100 9000.
>>>  I will very aprriciate if anybody can solve this problem!
>>>
>>>
>>> Best!
>>>
>>>
>>> 2011-10-13
>>> ________________________________
>>> junhong.iecas
>>> ________________________________
>>> 发件人: hts-users-admin
>>> 发送时间: 2011-10-13  16:55:48
>>> 收件人: junhong.iecas
>>> 抄送:
>>> 主题: Welcome to our (hts-users ML)You are added automatically
>>> Caution: If you reply this mail, your reply will be sent to the mailing list!
>>> post articles <hts-users@xxxxxxxxxxxxxxx>
>>> Welcome to our mailing list <hts-users@xxxxxxxxxxxxxxx> !
>>> This mail contains the fundamental usage of the mailing list server.
>>> 1 How to use this server
>>> Plaese send commands in the mail body not subject to the address
>>> The command syntax is as follows:
>>> help
>>> mget last:10 mp
>>> Plaese send the "help" to the address <hts-users-ctl@xxxxxxxxxxxxxxx> for help and
>>> server functions overview
>>> help
>>> to get general information on this list
>>> guide
>>> If you want to make a contact with the mailing list maintainer, please
>>> e-mail to
>>> ML server exists to descrease routine works by maintainers. Please try
>>> to use server functions as could as possible.
>>> hts-users@xxxxxxxxxxxxxxx Maintainer



网易公开课推出哈佛最受欢迎《幸福》课程,帮您修满幸福学分!



网易公开课推出哈佛最受欢迎《幸福》课程,帮您修满幸福学分!

References
[hts-users:03104] Re: Errors when synthesize waveformfromSTRAIGHTparameters usingHTS-demo_CMU-ARCTIC-SLT_STRAIGHT demo, junhong.iecas
[hts-users:03101] Re: Errors when synthesize waveformfromSTRAIGHTparameters using HTS-demo_CMU-ARCTIC-SLT_STRAIGHT demo, junhong.iecas
[hts-users:03059] Errors when synthesize waveform from STRAIGHT parameters using HTS-demo_CMU-ARCTIC-SLT_STRAIGHT demo, junhong.iecas
[hts-users:03096] Re: Errors when synthesize waveform from STRAIGHTparameters using HTS-demo_CMU-ARCTIC-SLT_STRAIGHT demo, junhong.iecas
[hts-users:03099] Re: Errors when synthesize waveform fromSTRAIGHTparameters using HTS-demo_CMU-ARCTIC-SLT_STRAIGHT demo, junhong.iecas
[hts-users:03100] Re: Errors when synthesize waveform fromSTRAIGHTparameters using HTS-demo_CMU-ARCTIC-SLT_STRAIGHT demo, Keiichiro Oura