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

[hts-users:00734] Re: Is it possible to fix corrupted .cmp files


Hi,

Zuko Fani wrote (2007/06/29 18:48):

I have found this 'nan' value in my .cmp files to have been responsible

for the this error:
ERROR [+2126]  ViterbiAlign: No path found in 1'th segment

Is it possible that it was caused by my wav to raw conversion
Or is it in extraction of mceps from raw files.
Or is it in the combining of mceps and If0 to .cmp.

If all values in a frame are 0.0, extracted mel-cepstral coefficients become NaN.
For example,

% x2x +sf cmu_us_arctic_slt_a0001.raw | bcut -s 0 -e 399 | window -l 400 -L 512 -w 0 -n 1 | mcep -a 0.42 -m 12 -l 512 | dmp +f 0 1.89489
1       0.822089
2       0.620753
3       0.66053
4       0.371214
5       0.548679
6       0.277446
7       0.43197
8       0.195604
9       0.194137
10      -0.0562655
11      0.0574899
12      -0.0505603

% x2x +sf cmu_us_arctic_slt_a0001.raw | bcut -s 0 -e 399 | sopr -m 0.0 | window -l 400 -L 512 -w 0 -n 1 | mcep -a 0.42 -m 12 -l 512 | dmp +f
0       nan
1       nan
2       nan
3       nan
4       nan
5       nan
6       nan
7       nan
8       nan
9       nan
10      nan
11      nan
12      nan

This problem sometimes occurs in silence.
Please re-extract mel-cepstral coefficients from the raw file which caused this problem and check whether it includes NaN or not.

Regards,

Heiga ZEN (Byung Ha CHUN)

--
------------------------------------------------
Heiga ZEN     (in Japanese pronunciation)
Byung Ha CHUN (in Korean pronunciation)

Department of Computer Science and Engineering
Nagoya Institute of Technology
Gokiso-cho, Showa-ku, Nagoya 466-8555 Japan

http://www.sp.nitech.ac.jp/~zen
------------------------------------------------

Follow-Ups
[hts-users:00735] Re: Is it possible to fix corrupted .cmp files, Nicholas Volk
[hts-users:00739] Re: Is it possible to fix corrupted .cmp files, Keiichi Tokuda
References
[hts-users:00733] Is it possible to fix corrupted .cmp files, Zuko Fani