Mercurial > hg > svapp
comparison audio/AudioCallbackPlaySource.cpp @ 555:2683a8ca36ea 3.0-integration
Fix compiler warnings
author | Chris Cannam |
---|---|
date | Fri, 09 Dec 2016 19:04:33 +0000 |
parents | 2a1e9e017484 |
children | 206d65e2b69a |
comparison
equal
deleted
inserted
replaced
554:4be200469a9c | 555:2683a8ca36ea |
---|---|
1127 | 1127 |
1128 if (!ts || ratio == 1.f) { | 1128 if (!ts || ratio == 1.f) { |
1129 | 1129 |
1130 int got = 0; | 1130 int got = 0; |
1131 | 1131 |
1132 cerr << "getTargetChannelCount() == " << getTargetChannelCount() << endl; | |
1133 | |
1132 for (int ch = 0; ch < getTargetChannelCount(); ++ch) { | 1134 for (int ch = 0; ch < getTargetChannelCount(); ++ch) { |
1133 | 1135 |
1134 RingBuffer<float> *rb = getReadRingBuffer(ch); | 1136 RingBuffer<float> *rb = getReadRingBuffer(ch); |
1135 | 1137 |
1136 if (rb) { | 1138 if (rb) { |