12#ifndef __AUDACITY_RESAMPLE_H__
13#define __AUDACITY_RESAMPLE_H__
39 Resample(
const bool useBestMethod,
const double dMinFactor,
const double dMaxFactor);
67 std::pair<size_t, size_t>
68 Process(
double factor,
76 void SetMethod(
const bool useBestMethod);
std::unique_ptr< soxr, soxr_deleter > soxrHandle
Adapts EnumSettingBase to a particular enumeration type.
bool mbWantConstRateResampling
static EnumSetting< int > FastMethodSetting
static EnumSetting< int > BestMethodSetting
void operator()(soxr *p) const