#include <cstdlib>
#include "EST_tilt.h"
#include "sigpr/EST_sigpr_utt.h"
#include "EST_cmd_line_options.h"
#include "ling_class/EST_relation_aux.h"
#include "EST_string_aux.h"
Go to the source code of this file.
Macros | |
#define | SIL_NAMES "sil !ENTER !EXIT" |
#define | EVENT_NAMES "a rb arb m mrb" |
Functions | |
void | set_fn_start (EST_Relation &ev) |
void | default_rfc_params (EST_Features &op) |
void | override_rfc_params (EST_Features &rfc, EST_Option &al) |
void | rfc_analysis (EST_Track &fz, EST_Relation &ev, EST_Features &op) |
void | change_label (EST_Relation &seg, const EST_StrList &oname, const EST_String &nname) |
void | set_options (EST_Option &al, EST_Features &op) |
void | option_override (EST_Features &op, EST_Option al, const EST_String &option, const EST_String &arg) |
void | extract_channels (EST_Wave &single, const EST_Wave &multi, EST_IList &ch_list) |
int | main (int argc, char *argv[]) |
#define SIL_NAMES "sil !ENTER !EXIT" |
Definition at line 50 of file tilt_analysis_main.cc.
#define EVENT_NAMES "a rb arb m mrb" |
Definition at line 51 of file tilt_analysis_main.cc.
void set_fn_start | ( | EST_Relation & | ev | ) |
Definition at line 298 of file tilt_utils.cc.
void override_rfc_params | ( | EST_Features & | rfc, |
EST_Option & | al | ||
) |
Definition at line 186 of file tilt_analysis_main.cc.
void change_label | ( | EST_Relation & | seg, |
const EST_StrList & | oname, | ||
const EST_String & | nname | ||
) |
Definition at line 179 of file EST_relation_aux.cc.
void set_options | ( | EST_Option & | al, |
EST_Features & | op | ||
) |
Definition at line 199 of file tilt_analysis_main.cc.
void option_override | ( | EST_Features & | op, |
EST_Option | al, | ||
const EST_String & | option, | ||
const EST_String & | arg | ||
) |
Definition at line 511 of file cmd_line.cc.
Definition at line 84 of file EST_wave_aux.cc.
Definition at line 74 of file tilt_analysis_main.cc.