[hts-users:00282] Re: about dynamic f0
- Subject: [hts-users:00282] Re: about dynamic f0
- From: "Nicholas Volk" <nvolk@xxxxxxxxxx>
- Date: Tue, 25 Apr 2006 20:02:53 +0300 (EEST)
- Importance: Normal
Hi,
I quickly ran
$ egrep -R "svec" hts-engine/ SPTK-3.0/
through my hts_engine and SPTK-3.0 files and didn't get
any hits, so I'm a bit puzzled about the origin of
following piece of code:
> for (s=1;s<=f0pst.vSize;s++) {
> f0pst.sm.mseq[pt][s] =
> hmm->svec[j].info->pdf[s+1].info->spdf.cpdf[1].mpdf->mean[1];
> f0pst.sm.ivseq[pt][s] = (bound && s!=1) ? 0.0 :
> hmm->svec[j].info->pdf[s+1].info->spdf.cpdf[1].mpdf->cov.var[1];
> }
>
Heika: You did not publish a new hts engine (nor new SPTK version)
with 2.0 release candidates
and I'm sort of guessing that this code fragment might be from it.
(I'm just randomly guessing here.)
best regards,
Nicholas
- Follow-Ups
-
- [hts-users:00283] Re: about dynamic f0, Heiga ZEN (Byung Ha CHUN)
- References
-
- [hts-users:00279] Re: about dynamic f0, 刘 磊
- [hts-users:00280] Re: about dynamic f0, Heiga ZEN (Byung Ha CHUN)