Edinburgh Speech Tools  2.1-release
est_file.cc File Reference
#include "EST_FileType.h"
#include "EST_TNamedEnum.h"
#include "EST_Token.h"
#include "EST_Option.h"
#include "EST_Features.h"
Include dependency graph for est_file.cc:

Go to the source code of this file.

Functions

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

Variables

EST_TNamedEnum< EST_EstFileTypeEstFileEnums (estfile_names)
 

Function Documentation

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

Read and parse the header of an EST_File - interim version returning features rather than EST_Option

Definition at line 84 of file est_file.cc.

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.

Variable Documentation

EST_TNamedEnum<EST_EstFileType> EstFileEnums(estfile_names)