Mercurial > hg > qm-dsp
comparison dsp/rateconversion/Resampler.h @ 199:cc51baf8e37e
Remove unused field
author | Chris Cannam |
---|---|
date | Thu, 26 May 2016 14:16:29 +0100 |
parents | 0a47ec0a1a56 |
children | 701233f8ed41 |
comparison
equal
deleted
inserted
replaced
197:6293175686c8 | 199:cc51baf8e37e |
---|---|
77 private: | 77 private: |
78 int m_sourceRate; | 78 int m_sourceRate; |
79 int m_targetRate; | 79 int m_targetRate; |
80 int m_gcd; | 80 int m_gcd; |
81 int m_filterLength; | 81 int m_filterLength; |
82 int m_bufferLength; | |
83 int m_latency; | 82 int m_latency; |
84 double m_peakToPole; | 83 double m_peakToPole; |
85 | 84 |
86 struct Phase { | 85 struct Phase { |
87 int nextPhase; | 86 int nextPhase; |