![]() |
Audacity 3.2.0
|
Go to the source code of this file.
Functions | |
void | findCorrection (const std::vector< sampleCount > &oldWhere, size_t oldLen, size_t newLen, double t0, double rate, double samplesPerPixel, int &oldX0, double &correction) |
void | fillWhere (std::vector< sampleCount > &where, size_t len, double bias, double correction, double t0, double rate, double samplesPerPixel) |
void fillWhere | ( | std::vector< sampleCount > & | where, |
size_t | len, | ||
double | bias, | ||
double | correction, | ||
double | t0, | ||
double | rate, | ||
double | samplesPerPixel | ||
) |
Definition at line 59 of file WaveClipUtilities.cpp.
Referenced by WaveClipSpectrumCache::GetSpectrogram(), and WaveClipWaveformCache::GetWaveDisplay().
void findCorrection | ( | const std::vector< sampleCount > & | oldWhere, |
size_t | oldLen, | ||
size_t | newLen, | ||
double | t0, | ||
double | rate, | ||
double | samplesPerPixel, | ||
int & | oldX0, | ||
double & | correction | ||
) |
Definition at line 17 of file WaveClipUtilities.cpp.
References min().
Referenced by WaveClipSpectrumCache::GetSpectrogram(), and WaveClipWaveformCache::GetWaveDisplay().