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

[hts-users:01825] Re: HTS voice built with Festvox 2.1 - HHed failure during duration model clustering


Hi, Daniel

> Now the question is, how to "map" the files generated into Festival voice. I 
> tried the following mapping, but without success - the voice was loaded 
> correctly, but SayText("Hallo, this is the first try") command consumed about
> 1.5GB memory and failed with message WALLOC: failed to malloc 671088648 bytes. 

I think that it's an endian problem.

software   : file format
-----------:--------------
HTK        : big endian
HTS        : big endian
hts_engine : big endian
festival   : little endian

> - duration.pdf		--> voices/qst001/ver1/dur.pdf
>   simply renamed

You should 'swap' command in SPTK to change endian.

example)
% swap +f duration.pdf > voices/qst001/ver1/dur.pdf

Regards,
Keiichiro Oura

Follow-Ups
[hts-users:01826] Re: HTS voice built with Festvox 2.1 - HHed failure during duration model clustering, Daniel Tihelka
References
[hts-users:01817] HTS voice built with Festvox 2.1 - HHed failure during duration model clustering, Daniel Tihelka
[hts-users:01818] Re: HTS voice built with Festvox 2.1 - HHed failure during duration model clustering, Heiga Zen (Byung Ha CHUN)
[hts-users:01819] Re: HTS voice built with Festvox 2.1 - HHed failure during duration model clustering, Esther Klabbers
[hts-users:01824] Re: HTS voice built with Festvox 2.1 - HHed failure during duration model clustering, Daniel Tihelka