Mercurial > hg > svapp
comparison 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 |
comparison
equal
deleted
inserted
replaced
550:c732251237b1 | 551:b9d8c7a690d6 |
---|---|
63 class QSignalMapper; | 63 class QSignalMapper; |
64 class QShortcut; | 64 class QShortcut; |
65 class AlignmentModel; | 65 class AlignmentModel; |
66 | 66 |
67 namespace breakfastquay { | 67 namespace breakfastquay { |
68 class SystemPlaybackTarget; | 68 class SystemPlaybackTarget; |
69 class SystemAudioIO; | 69 class SystemAudioIO; |
70 class ResamplerWrapper; | |
70 } | 71 } |
71 | 72 |
72 /** | 73 /** |
73 * The base class for the SV main window. This includes everything to | 74 * The base class for the SV main window. This includes everything to |
74 * do with general document and pane stack management, but nothing | 75 * do with general document and pane stack management, but nothing |
341 | 342 |
342 SoundOptions m_soundOptions; | 343 SoundOptions m_soundOptions; |
343 | 344 |
344 AudioCallbackPlaySource *m_playSource; | 345 AudioCallbackPlaySource *m_playSource; |
345 AudioRecordTarget *m_recordTarget; | 346 AudioRecordTarget *m_recordTarget; |
347 breakfastquay::ResamplerWrapper *m_resamplerWrapper; | |
346 breakfastquay::SystemPlaybackTarget *m_playTarget; // only one of this... | 348 breakfastquay::SystemPlaybackTarget *m_playTarget; // only one of this... |
347 breakfastquay::SystemAudioIO *m_audioIO; // ... and this exists | 349 breakfastquay::SystemAudioIO *m_audioIO; // ... and this exists |
348 | 350 |
349 class OSCQueueStarter : public QThread | 351 class OSCQueueStarter : public QThread |
350 { | 352 { |