diff 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
line wrap: on
line diff
--- a/audio/AudioCallbackPlaySource.h	Wed Oct 14 13:34:07 2015 +0100
+++ b/audio/AudioCallbackPlaySource.h	Wed Oct 14 13:34:46 2015 +0100
@@ -396,7 +396,6 @@
     QWaitCondition m_condition;
     FillThread *m_fillThread;
     SRC_STATE *m_converter;
-    SRC_STATE *m_crapConverter; // for use when playing very fast
     int m_resampleQuality;
     void initialiseConverter();
 };