Mercurial > hg > svapp
comparison audio/AudioCallbackPlaySource.h @ 506:39e94df71d24 3.0-integration
Remake SR converter when adding a model, if necessary; remove crap converter to simplify
author | Chris Cannam |
---|---|
date | Wed, 14 Oct 2015 13:34:46 +0100 |
parents | cd9dec2f47e8 |
children | 699db455a3e1 c4391f6c7484 |
comparison
equal
deleted
inserted
replaced
505:ce6917c761a3 | 506:39e94df71d24 |
---|---|
394 | 394 |
395 QMutex m_mutex; | 395 QMutex m_mutex; |
396 QWaitCondition m_condition; | 396 QWaitCondition m_condition; |
397 FillThread *m_fillThread; | 397 FillThread *m_fillThread; |
398 SRC_STATE *m_converter; | 398 SRC_STATE *m_converter; |
399 SRC_STATE *m_crapConverter; // for use when playing very fast | |
400 int m_resampleQuality; | 399 int m_resampleQuality; |
401 void initialiseConverter(); | 400 void initialiseConverter(); |
402 }; | 401 }; |
403 | 402 |
404 #endif | 403 #endif |