#include <vector>
#include <map>
#include <iostream>
#include <fstream>
#include "pitchmark_parser.h"
Go to the source code of this file.
Classes | |
class | Pitchmark |
One pitch-mark point in time. More... | |
class | Pitchmarks |
A row of pitchmarks. More... | |
Typedefs | |
typedef vector< pair< double, double > > | PitchContour |