diff framework/MainWindowBase.h @ 551:b9d8c7a690d6 bqresample

Add a ResamplerWrapper
author Chris Cannam
date Wed, 07 Dec 2016 13:57:45 +0000
parents 287fce13a1ae
children 21e3aab6e3e7
line wrap: on
line diff
--- a/framework/MainWindowBase.h	Wed Dec 07 12:04:41 2016 +0000
+++ b/framework/MainWindowBase.h	Wed Dec 07 13:57:45 2016 +0000
@@ -65,8 +65,9 @@
 class AlignmentModel;
 
 namespace breakfastquay {
-class SystemPlaybackTarget;
-class SystemAudioIO;
+    class SystemPlaybackTarget;
+    class SystemAudioIO;
+    class ResamplerWrapper;
 }
 
 /**
@@ -343,6 +344,7 @@
 
     AudioCallbackPlaySource *m_playSource;
     AudioRecordTarget       *m_recordTarget;
+    breakfastquay::ResamplerWrapper *m_resamplerWrapper;
     breakfastquay::SystemPlaybackTarget *m_playTarget; // only one of this...
     breakfastquay::SystemAudioIO *m_audioIO;           // ... and this exists