Home
last modified time | relevance | path

Searched refs:uttfile (Results 1 – 18 of 18) sorted by relevance

/dports/audio/sphinx3/sphinx3-0.8/src/libs3decoder/libAPI/
H A Dutt.c200 kb_set_uttid(uttid, ur->uttfile, kb); in utt_decode()
209 if ((adcdata = wavfile_read(ur->uttfile, &nsamps, config)) == NULL) { in utt_decode()
210 E_FATAL("Cannot read file %s. Forced exit\n", ur->uttfile); in utt_decode()
217 E_FATAL("MFCC calculation failed\n", ur->uttfile); in utt_decode()
233 if ((total_frame = feat_s2mfc2feat(kbcore_fcb(kbcore), ur->uttfile, in utt_decode()
237 E_FATAL("Cannot read file %s. Forced exit\n", ur->uttfile); in utt_decode()
251 s->uttfile = kb->uttfile; in utt_decode()
284 s->uttfile = kb->uttfile; in utt_decode_block()
/dports/audio/sphinx3/sphinx3-0.8/src/libs3decoder/libcommon/
H A Dcorpus.c134 if (ur->uttfile != NULL) in report_utt_res()
135 E_INFO_NOFN("uttfile %s\n", ur->uttfile); in report_utt_res()
421 path2basename(uttfile, base); in ctl_read_entry()
445 char uttfile[16384], uttid[4096];
515 (*func) (kb, uttfile, sf, ef, uttid);
544 char uttfile[16384], uttid[4096]; in ctl_process() local
650 utt_res_set_uttfile(ur, uttfile); in ctl_process()
685 ctl_process_utt(const char *uttfile, int32 count, in ctl_process_utt() argument
699 path2basename(uttfile, base); in ctl_process_utt()
712 newts = stat_mtime(uttfile); in ctl_process_utt()
[all …]
/dports/audio/sphinx3/sphinx3-0.8/include/
H A Dcorpus.h129 char* uttfile; /**< Utterance file name */ member
141 #define utt_res_set_uttfile(ur,name) ur->uttfile=name
232 char *uttfile, /**< Out: (Cep)file containing utterance data */
273 ptmr_t ctl_process_utt (const char *uttfile, /**< In: Filename to be process (in its entirety) */
H A Dkb.h190 char *uttfile; /**< Utterance Filename. The other thing that should move somewhere else. */
219 const char *uttfile, /**< In: the new utt filename */
H A Dword_graph.h165 char *uttfile, /**< Utterance Filename */
H A Dsrch.h714 char *uttfile; /**< Reference to Utterance filename (or NULL) */ member
/dports/audio/sphinx3/sphinx3-0.8/src/libs3decoder/libsearch/
H A Dkb.c326 ckd_free(_kb->uttfile); in kb_set_uttid()
327 _kb->uttfile = NULL; in kb_set_uttid()
329 _kb->uttfile = ckd_salloc(_uttfile); in kb_set_uttid()
414 if (kb->uttfile) { in kb_free()
415 ckd_free(kb->uttfile); in kb_free()
H A Dsrch_flat_fwd.c353 (s->uttfile ? s->uttfile : s->uttid), s->uttid);
756 (s->uttfile ? s->uttfile : s->uttid), s->uttid);
784 (s->uttfile ? s->uttfile : s->uttid), s->uttid);
H A Dsrch.c573 (s->uttfile ? s->uttfile : s->uttid), s->uttid);
588 (s->uttfile ? s->uttfile : s->uttid), s->uttid);
H A Dword_graph.c76 word_graph_dump(char *dir, char *uttfile, char *id, char *latfile_ext, dag_t * dag, in word_graph_dump() argument
86 ctl_outfile(filename, dir, latfile_ext, uttfile, id); in word_graph_dump()
H A Dsrch_allphone.c1170 (s->uttfile ? s->uttfile : s->uttid), s->uttid);
H A Dsrch_time_switch_tree.c1451 (s->uttfile ? s->uttfile : s->uttid), s->uttid);
/dports/audio/festvox-cmu_us_ksp_arctic/cmu_us_ksp_arctic/bin/
H A Dmake_dur_model88 awk '{printf("festival/utts/%s.utt\n",$2)}' >uttfile
92 $DURMEANSTD -output festival/dur/etc/durs.meanstd -from_file uttfile
100 …dur.feats -output festival/dur/feats/%s.feats -eval festival/dur/etc/logdurn.scm -from_file uttfile
/dports/audio/festival/festival/examples/
H A Ddumpfeats.sh141 (lambda (uttfile)
143 (format stderr "%s\n" uttfile))
148 (basename uttfile) "."))
154 (utt.load nil uttfile)
/dports/audio/sphinx3/sphinx3-0.8/src/programs/
H A Dmain_livepretend.c114 sprintf(fullrawfn, "%s/%s%s", rawdirfn, ur->uttfile, decoder.rawext);
127 if (s3_decode_begin_utt(&decoder, ur->uttfile) != S3_DECODE_SUCCESS)
H A Dmain_continuous.c106 sprintf(fullrawfn, "%s/%s%s", rawdirfn, ur->uttfile, decoder.rawext);
129 sprintf(uttid, "%s_%.3f", ur->uttfile,
H A Dmain_astar.c392 build_output_uttfile(dagfile, latdir, uttid, ur->uttfile);
422 build_output_uttfile(nbestfile, nbestdir, uttid, ur->uttfile);
H A Dmain_align.c982 feat_s2mfc2feat(kbcore_fcb(kbc), ur->uttfile, cepdir, cepext, sf, ef, feat,
1000 uttid, ur->uttfile, cepdir, cepext);
1005 uttid, ur->uttfile, cepext);
1010 align_utt(sent, nfr, ur->uttfile, uttid);