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

[hts-users:01070] about duration model streams


Hi, All
We can see the following code in the demo script.
   for ($i=2;$i<=$nstate{$t2s{$type}}+1;$i++){
      print EDFILE "TB $thr{$type} ${type}_s${i}_ {*.state[${i}].stream[$strb{$type}-$stre{$type}]}\n";
   }
 
but when $type = "dur", $strb{$type}==1 and $stre{$type}==5, as in the 'Config.pm.in' file,
%stre = ('mgc' => '1',  # stream end
         'lf0' => '@F0STREN@',
         'dur' => '@NSTATE@');    #NSTATE default 5
 
So I think this is a bug, for duration models stream is 1.
 
Thanks
 
Gues

Follow-Ups
[hts-users:01071] Re: about duration model streams, Heiga ZEN (Byung Ha CHUN)