#include "tilt.h"
#include "EST_unix.h"
#include "EST_math.h"
#include "EST_tilt.h"
#include "EST_Track.h"
#include "EST_error.h"
Go to the source code of this file.
Functions | |
void | tilt_synthesis (EST_Track &fz, EST_Relation &ev, float f_shift, int no_conn) |
Generate an F0 contour given a list Tilt events. More... | |
void | synthesize_rf_event (EST_Track &fz, EST_Features &ev, float peak_f0) |
void | fill_connection_values (EST_Track &fz, float start_f0, float start_pos, float end_f0, float end_pos) |
void | rfc_synthesis (EST_Track &fz, EST_Relation &ev, float f_shift, int no_conn) |
Generate an F0 contour given a list RFC events. More... | |
void synthesize_rf_event | ( | EST_Track & | fz, |
EST_Features & | ev, | ||
float | peak_f0 | ||
) |
Definition at line 57 of file tilt_synthesis.cc.
void fill_connection_values | ( | EST_Track & | fz, |
float | start_f0, | ||
float | start_pos, | ||
float | end_f0, | ||
float | end_pos | ||
) |
Definition at line 92 of file tilt_synthesis.cc.