Introduce a resampler (not used yet)

This commit is contained in:
Chris Cannam
2022-05-24 17:49:50 +01:00
parent 9ed4be5144
commit eb79336e93
2 changed files with 14 additions and 0 deletions

View File

@@ -172,6 +172,9 @@ public:
protected:
Impl *d;
int m_method;
Resampler(const Resampler &) =delete;
Resampler &operator=(const Resampler &) =delete;
};
}