#include <cstdlib>
#include "EST_FMatrix.h"
#include "EST_types.h"
#include "EST_TrackMap.h"
#include "EST_ChannelType.h"
#include "EST_Featured.h"
Go to the source code of this file.
Classes | |
class | EST_Track |
class | EST_Track::IPointer_f |
Typedefs | |
typedef EST_TMatrix< EST_Val > | EST_ValMatrix |
typedef EST_TList< EST_Track > | EST_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 EST_TMatrix<EST_Val> EST_ValMatrix |
Definition at line 41 of file EST_Track.h.
typedef EST_TList<EST_Track> EST_TrackList |
Definition at line 771 of file EST_Track.h.
enum EST_TrackFileType |
Definition at line 58 of file EST_Track.h.
enum EST_InterpType |
Enumerator | |
---|---|
it_nearest | |
it_linear | |
it_linear_nz |
Definition at line 79 of file EST_Track.h.