12#ifndef __AUDACITY_RESAMPLE_H__
13#define __AUDACITY_RESAMPLE_H__
39 Resample(
const bool useBestMethod,
const double dMinFactor,
const double dMaxFactor);
73 std::pair<
size_t,
size_t>
74 Process(
double factor,
75 const
float *inBuffer,
82 void SetMethod(const
bool useBestMethod);
87 bool mbWantConstRateResampling;
std::unique_ptr< soxr, soxr_deleter > soxrHandle
Adapts EnumSettingBase to a particular enumeration type.
Resample(Resample &&) noexcept=default
void operator()(soxr *p) const