#include <aflibSampleData.h>
Public Member Functions | |
aflibSampleData (const aflibAudio *file) | |
~aflibSampleData () | |
void | setOutputRange (int min, int max) |
void | setMaxMinMode (bool mode) |
void | setNumSamplePoints (unsigned int points) |
void | setParametersSamples (long long start_sample, long long stop_sample) |
void | setParametersSeconds (double start_seconds, double stop_seconds) |
void | setChannels (int num_channels, int *array) |
int | getDelta () const |
bool | process (int *array) |
aflibSampleData::aflibSampleData | ( | const aflibAudio * | file | ) |
aflibSampleData::~aflibSampleData | ( | ) |
void aflibSampleData::setOutputRange | ( | int | min, | |
int | max | |||
) |
void aflibSampleData::setMaxMinMode | ( | bool | mode | ) |
void aflibSampleData::setNumSamplePoints | ( | unsigned int | points | ) |
void aflibSampleData::setParametersSamples | ( | long long | start_sample, | |
long long | stop_sample | |||
) |
void aflibSampleData::setParametersSeconds | ( | double | start_seconds, | |
double | stop_seconds | |||
) |
void aflibSampleData::setChannels | ( | int | num_channels, | |
int * | array | |||
) |
int aflibSampleData::getDelta | ( | ) | const |
bool aflibSampleData::process | ( | int * | array | ) |