Fix pitch-ratio set

This commit is contained in:
Jack Andersen
2016-05-15 16:41:11 -10:00
parent 690edd01e6
commit 6d65216dd6
2 changed files with 11 additions and 3 deletions

View File

@@ -34,6 +34,8 @@ protected:
/* Sample-rate converter */
soxr_t m_src = nullptr;
double m_sampleRateIn;
double m_sampleRateOut;
bool m_dynamicRate;
/* Running bool */