37#ifndef __SPHINX_FE_H__
38#define __SPHINX_FE_H__
48sphinx_wave2feat_t *sphinx_wave2feat_init(
cmd_ln_t *config);
53int sphinx_wave2feat_free(sphinx_wave2feat_t *w2f);
58sphinx_wave2feat_t *sphinx_wave2feat_retain(sphinx_wave2feat_t *w2f);
63int sphinx_wave2feat_convert_file(sphinx_wave2feat_t *w2f,
64 char const *infile,
char const *
outfile);
Opaque structure used to hold the results of command-line parsing.
char * outfile
Path to output file.