#include <ola_frame.h>
Inheritance diagram for OLA_Frame< T >:
Public Member Functions | |
OLA_Frame (long size) | |
OLA_Frame (const SampledSignal< T > &signal, long start, long end) | |
OLA frame contructor. | |
void | setCenter (long center) |
Sets the center pitchmark position of this OLA frame. | |
long | getCenter () |
Returns the center pitchmark position of this OLA frame. | |
void | setVoiced (bool voiced) |
Sets voicedness of this OLA frame. | |
bool | getVoiced () |
Returns true if this OLA frame is within a voiced interval. | |
Private Attributes | |
long | centerPitchmark |
long | lastPitchmark |
double | intensity |
int | repetitions |
bool | voiced |
|
|
|
|
|
|
|
|
|
|
|
|