comparison audioio/PhaseVocoderTimeStretcher.h @ 18:c1aee08c60b1

* avoid using n2 in processBlock
author Chris Cannam
date Thu, 14 Sep 2006 09:24:57 +0000
parents 67d54627efd3
children f17798a555df
comparison
equal deleted inserted replaced
17:67d54627efd3 18:c1aee08c60b1
123 * other than a flat sum. 123 * other than a flat sum.
124 */ 124 */
125 bool processBlock(size_t channel, 125 bool processBlock(size_t channel,
126 float *in, float *out, 126 float *in, float *out,
127 float *modulation, 127 float *modulation,
128 bool lastPercussive); 128 size_t lastStep);
129 129
130 size_t m_channels; 130 size_t m_channels;
131 float m_ratio; 131 float m_ratio;
132 bool m_sharpen; 132 bool m_sharpen;
133 size_t m_n1; 133 size_t m_n1;