Better buffer handling for audio mixing

This commit is contained in:
Jack Andersen
2016-05-16 10:21:20 -10:00
parent 6d65216dd6
commit 80026d7fe6
4 changed files with 45 additions and 43 deletions

View File

@@ -36,6 +36,7 @@ protected:
soxr_t m_src = nullptr;
double m_sampleRateIn;
double m_sampleRateOut;
size_t m_5msFrames;
bool m_dynamicRate;
/* Running bool */