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

[hts-users:03216] An Error When Synthesizing the Speech


Hi,

I encountered an error when I was synthesizing a speech waveform mgc and lf0 files.
The following was what showed on standard error:

n=1
m=39
a=0.000000
x=-13.047974
b=-13.047974
d=-13.047974
n=1
m=39
a=0.000000
x=13.019304
b=13.019303
d=13.019303
n=1
m=39
a=0.000000
x=-12.990697
b=-12.990692
d=-12.990692
n=1
m=39
a=0.000000
x=12.962153
b=12.962151
d=12.962151
n=1
m=39
a=0.000000
x=-12.933672
b=-12.933670
d=-12.933670
n=1
m=39
a=0.000000
x=12.905253
b=12.905251
d=12.905251
...
...

The error occurred when I using the following command: 
/tools/SPTK/bin/excite -p 80 gen/sen0000.pit |/tools/SPTK/bin/mglsadf -m 39 -p 80 -a 0 -c 1 gen/sen0000.c_mgc | tools/SPTK/bin/x2x +fs | /tools/sox-14.3.1/bin/sox -c 1 -s -2 -t raw -r 16000 - -c 1 -s -2 -t wav -r 16000 gen/sen0000.wav

The exact command resulted in the error above was mglsadf. But I just cannot figure out what was the problem, because the synthesized speech sounded good. Could you help me give some suggestions that what could be the reason of this error?

Regards,
Jay

Follow-Ups
[hts-users:03217] Re: An Error When Synthesizing the Speech, Keiichiro Oura