#include <iostream>
#include <cstdlib>
#include "EST_Track.h"
#include "EST_Wave.h"
#include "EST_sigpr.h"
#include "EST_error.h"
Go to the source code of this file.
Functions | |
int | main (void) |
int main | ( | void | ) |
A well formed track will have a time value, specified in seconds, for every frame. The time array can be filled directly:
Definition at line 51 of file track_example.cc.