@reaktant unfortunately, this branch of VVVV.Audio is on ice at the moment. i haven’t found a way to synchronize input with output while maintaining acceptable latency.
ASIO is very elegant, the input and output buffers always have the same size and happen at the exact same time. for WASAPI neither is true. even worse, input and output aren’t guaranteed to have the same sample rate. this makes things awefully more complex and i didn’t have the time to look into that…
but the branch is public, anyone is welcome to implement an optimal ring buffer. if anyone does, please let me know, i am happy to help.