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

[hts-users:02367] Optimization suggestion


Just suggesting a small optimization:

Each variance value in *.pdf files is sent to HTS_finv() function.
Why not precalculate the inverted values into the *.pdf files and get rid
of the HTS_finv() altogether? Of course this would require changes to the
HTK's and/or HTS demo build scripts' *.pdf creation code.

Getting rid of HTS_finv() enables certain other precalculations and code
optimizations, but no point discussing them here if this considered a bad
idea.

br,
  Nicholas


Follow-Ups
[hts-users:02376] Re: Optimization suggestion, Keiichiro Oura