Home
last modified time | relevance | path

Searched refs:mceppst (Results 1 – 2 of 2) sorted by relevance

/dports/audio/festival/festival/src/modules/hts21_engine/
H A Dmlpg.cc307 mceppst->vSize = ms->mcepvsize; in pdf2speech()
308 mceppst->order = mceppst->vSize / mceppst->dw.num - 1; in pdf2speech()
311 InitDWin(mceppst); in pdf2speech()
329 mceppst->T = mcepframe; in pdf2speech()
332 InitPStream(mceppst); in pdf2speech()
342 mceppst->sm.mseq[mcepframe][k] = m->mcepmean[state][k]; in pdf2speech()
371 mlpg(mceppst); in pdf2speech()
381 for (mcepframe=0; mcepframe<mceppst->T; mcepframe++) { in pdf2speech()
388 fwrite(mceppst->par[mcepframe], sizeof(float), mceppst->order+1, mcepfp); in pdf2speech()
397 vocoder(f0, mceppst->par[mcepframe], mceppst->order, rawfp, gp, vs); in pdf2speech()
[all …]
H A Dhts_engine.cc91 PStream *mceppst, PStream *lf0pst, globalP *gp, in HTS21_Process() argument
248 pdf2speech(rawfp, lf0fp, mcepfp, mceppst, lf0pst, gp, ms, &um, vs); in HTS21_Process()
296 PStream mceppst, lf0pst; in HTS21_Synthesize_Utt() local
327 mceppst.dw.fn = walloc(char *,20); in HTS21_Synthesize_Utt()
328 mceppst.dw.num = 1; in HTS21_Synthesize_Utt()
331 mceppst.dw.fn[1] = (char *)get_param_str("-dm1",hts_engine_params, in HTS21_Synthesize_Utt()
333 mceppst.dw.fn[2] = (char *)get_param_str("-dm2",hts_engine_params, in HTS21_Synthesize_Utt()
335 mceppst.dw.num = 3; in HTS21_Synthesize_Utt()
390 if (ms.mcepvsize % mceppst.dw.num != 0 ) in HTS21_Synthesize_Utt()
399 &mceppst, &lf0pst, &gp, &ms, &ts, &vs); in HTS21_Synthesize_Utt()
[all …]