Revision 11:82ef943a1bd2
| TestMultipleRuns.cpp | ||
|---|---|---|
| 116 | 116 |
|
| 117 | 117 |
for (int run = 0; run < 2; ++run) {
|
| 118 | 118 |
if (run == 1) p->reset(); |
| 119 |
if (!initAdapted(p.get(), channels, _step, _step, r)) return r; |
|
| 119 |
else if (!initAdapted(p.get(), channels, _step, _step, r)) return r;
|
|
| 120 | 120 |
if (!data) data = createTestAudio(channels, _step, count); |
| 121 | 121 |
for (size_t i = 0; i < count; ++i) {
|
| 122 | 122 |
float *ptr[channels]; |
Also available in: Unified diff