comparison audioio/PhaseVocoderTimeStretcher.h @ 63:0ffab5d7e3e1

...
author Chris Cannam
date Wed, 28 Nov 2007 11:55:09 +0000
parents 3c5756fb6a68
children
comparison
equal deleted inserted replaced
62:ae2627ac7db2 63:0ffab5d7e3e1
13 COPYING included with this distribution for more information. 13 COPYING included with this distribution for more information.
14 */ 14 */
15 15
16 #ifndef _PHASE_VOCODER_TIME_STRETCHER_H_ 16 #ifndef _PHASE_VOCODER_TIME_STRETCHER_H_
17 #define _PHASE_VOCODER_TIME_STRETCHER_H_ 17 #define _PHASE_VOCODER_TIME_STRETCHER_H_
18
19 #ifndef HAVE_RUBBERBAND
18 20
19 #include "base/Window.h" 21 #include "base/Window.h"
20 #include "base/RingBuffer.h" 22 #include "base/RingBuffer.h"
21 23
22 #include "data/fft/FFTapi.h" 24 #include "data/fft/FFTapi.h"
183 185
184 QMutex *m_mutex; 186 QMutex *m_mutex;
185 }; 187 };
186 188
187 #endif 189 #endif
190
191 #endif