comparison audioio/PhaseVocoderTimeStretcher.h @ 19:f17798a555df

...
author Chris Cannam
date Thu, 14 Sep 2006 11:20:09 +0000
parents c1aee08c60b1
children e125f0dde7a3
comparison
equal deleted inserted replaced
18:c1aee08c60b1 19:f17798a555df
140 float **m_prevMag; 140 float **m_prevMag;
141 int *m_prevPercussiveCount; 141 int *m_prevPercussiveCount;
142 bool m_prevPercussive; 142 bool m_prevPercussive;
143 143
144 float *m_dbuf; 144 float *m_dbuf;
145 fftwf_complex *m_time; 145 float *m_time;
146 fftwf_complex *m_freq; 146 fftwf_complex *m_freq;
147 fftwf_plan m_plan; 147 fftwf_plan m_plan;
148 fftwf_plan m_iplan; 148 fftwf_plan m_iplan;
149 149
150 RingBuffer<float> **m_inbuf; 150 RingBuffer<float> **m_inbuf;