Fix handling of oversized process buffers in mid-side mode
Fix oversized final block tests for libsamplerate as well
Further work on end state with long process sizes in R2. This passes tests but is not the minimal necessary change I think - review.
Significant further work on internal buffer sizes
Work on proper sizing of internal buffers
Ensure tests actually exercise large input buffers
Use longer time ratio, otherwise we are retrieving fewer samples than we intended to
Use parameters more similar to the other tests, as the internal test checking code expects these (otherwise we have spurious failures with some resamplers)
Add note about possible repeated reads
Add test with longer blocksize in realtime mode
Merge from branch libatomic-check
Fix typo
Attempt a test for libatomic requirement
Added tag v3.2.1 for changeset 83d096887e1b
Further slackening necessary for 32-bit builds
Update for v3.2.1
Slacken a test slightly for kissfft builds
Slacken some test expectations appropriately for non-builtin resampler, after reviewing the output
Fix use of final flag more than once at end of processing (causing a test failure with libsamplerate)
Update Ubuntu version - seems 20.04 was too old for the version of boost-test we use