SphinxBase 5prealpha
|
Main driver of cepview. More...
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sphinxbase/strfuncs.h>
#include <sphinxbase/prim_type.h>
#include <sphinxbase/cmd_ln.h>
#include <sphinxbase/ckd_alloc.h>
#include <sphinxbase/err.h>
#include <sphinxbase/bio.h>
#include <sphinxbase/pio.h>
Go to the source code of this file.
Macros | |
#define | IO_ERR (-1) |
#define | IO_SUCCESS (0) |
#define | SHOW_ALL "-1" |
#define | NUM_COEFF "13" |
#define | DISPLAY_SIZE "10" |
#define | STR_MAX_INT "2147483647" |
Functions | |
int | read_cep (char const *file, float ***cep, int *nframes, int numcep) |
int | main (int argc, char *argv[]) |
Main driver of cepview.
Definition in file main_cepview.c.
#define DISPLAY_SIZE "10" |
Definition at line 71 of file main_cepview.c.
#define IO_ERR (-1) |
Definition at line 60 of file main_cepview.c.
#define IO_SUCCESS (0) |
Definition at line 61 of file main_cepview.c.
#define NUM_COEFF "13" |
Definition at line 66 of file main_cepview.c.
#define SHOW_ALL "-1" |
Definition at line 63 of file main_cepview.c.
#define STR_MAX_INT "2147483647" |
Definition at line 72 of file main_cepview.c.
int main | ( | int | argc, |
char * | argv[] ) |
Definition at line 109 of file main_cepview.c.
int read_cep | ( | char const * | file, |
float *** | cep, | ||
int * | nframes, | ||
int | numcep ) |
Definition at line 189 of file main_cepview.c.