> > And regarding the implementation (when it is re-committed), why not just swap > the pointers? No point in looping there...
Unless i'm missing something, the samples are interleaved, so we can't just swap the pointers. We could offset the pointer one, but we'd lose a sample and perhaps introduce a gap. Mike