Edinburgh Speech Tools  2.1-release
EST_Track.h File Reference
#include <cstdlib>
#include "EST_FMatrix.h"
#include "EST_types.h"
#include "EST_TrackMap.h"
#include "EST_ChannelType.h"
#include "EST_Featured.h"
Include dependency graph for EST_Track.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  EST_Track
 
class  EST_Track::IPointer_f
 

Typedefs

typedef EST_TMatrix< EST_ValEST_ValMatrix
 
typedef EST_TList< EST_TrackEST_TrackList
 

Enumerations

enum  EST_TrackFileType {
  tff_none =0, tff_ascii, tff_esps, tff_htk,
  tff_htk_fbank, tff_htk_mfcc, tff_htk_mfcc_e, tff_htk_user,
  tff_htk_discrete, tff_xmg, tff_xgraph, tff_ema,
  tff_ema_swapped, tff_NIST, tff_est_ascii, tff_est_binary,
  tff_snns, tff_ssff
}
 
enum  EST_InterpType { it_nearest, it_linear, it_linear_nz }
 

Typedef Documentation

Definition at line 41 of file EST_Track.h.

Definition at line 771 of file EST_Track.h.

Enumeration Type Documentation

Enumerator
tff_none 
tff_ascii 
tff_esps 
tff_htk 
tff_htk_fbank 
tff_htk_mfcc 
tff_htk_mfcc_e 
tff_htk_user 
tff_htk_discrete 
tff_xmg 
tff_xgraph 
tff_ema 
tff_ema_swapped 
tff_NIST 
tff_est_ascii 
tff_est_binary 
tff_snns 
tff_ssff 

Definition at line 58 of file EST_Track.h.

Enumerator
it_nearest 
it_linear 
it_linear_nz 

Definition at line 79 of file EST_Track.h.