I have a situation where I would like to write a forward and a reversed capture of live audio to a Memory writer for reading back in a Waveshaper from MemoryWriter... I know that I can read back from a SampleFromMemoryWriter with a frequency of default *-1 and then write to another memory writer ... but because of sync issues with frame data, I discover that this solution is not working. Could I appy FrameSynchronizer or something here?
Or is there a way to capture to MemoryWriter in realtime, but backwards?