#include "ling_class/EST_Relation.h"
#include "EST_util_class.h"
#include "EST_speech_class.h"
#include "EST_Event.h"
Go to the source code of this file.
Functions | |
void | default_rfc_params (EST_Features &op) |
void | rfc_analysis (EST_Track &fz, EST_Relation &event_list, EST_Features &op) |
void | tilt_analysis (EST_Track &fz, EST_Relation &event_list, EST_Features &op) |
Fill op with sensible default parameters for RFC analysis. More... | |
void | fill_rise_fall_values (EST_Track &fz, float amp, float start_f0) |
void | rfc_synthesis (EST_Track &f0, EST_Relation &ev_list, float f_shift, int no_conn) |
Generate an F0 contour given a list RFC events. More... | |
void | tilt_synthesis (EST_Track &track, EST_Relation &ev_list, float f_shift, int no_conn) |
Generate an F0 contour given a list Tilt events. More... | |
void | tilt_to_rfc (EST_Features &tilt, EST_Features &rfc) |
Convert a single set of local tilt parameters to local RFC parameters. More... | |
void | rfc_to_tilt (EST_Features &rfc, EST_Features &tilt) |
Convert a single set of local RFC parameters to local tilt parameters. See RFC to F0 Synthesis for a description of how this is performed. More... | |
void | tilt_to_rfc (EST_Relation &ev_tilt) |
void | rfc_to_tilt (EST_Relation &ev_rfc) |
For each tilt events in ev_rfc , produce a set of Tiltparameters. The RFC parameters are stored as the following features in the event: More... | |
int | validate_rfc_stream (EST_Relation &ev) |
void | fill_rfc_types (EST_Relation &ev) |