Edinburgh Speech Tools  2.1-release
EST_FileType.h File Reference
#include "EST_Token.h"
#include "EST_Option.h"
Include dependency graph for EST_FileType.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  EST_EstFileType {
  est_file_none =0, est_file_track, est_file_wave, est_file_label,
  est_file_utterance, est_file_fmatrix, est_file_fvector, est_file_dmatrix,
  est_file_dvector, est_file_feature_data, est_file_fst, est_file_ngram,
  est_file_f_catalogue, est_file_index, est_file_unknown
}
 

Functions

EST_read_status read_est_header (EST_TokenStream &ts, EST_Option &hinfo, bool &ascii, EST_EstFileType &t)
 

Enumeration Type Documentation

Enumerator
est_file_none 
est_file_track 
est_file_wave 
est_file_label 
est_file_utterance 
est_file_fmatrix 
est_file_fvector 
est_file_dmatrix 
est_file_dvector 
est_file_feature_data 
est_file_fst 
est_file_ngram 
est_file_f_catalogue 
est_file_index 
est_file_unknown 

Definition at line 50 of file EST_FileType.h.

Function Documentation

EST_read_status read_est_header ( EST_TokenStream ts,
EST_Option hinfo,
bool ascii,
EST_EstFileType t 
)

Definition at line 143 of file est_file.cc.