I observed similar results. Our IOS app started to have choppy audio recordings after users upgraded to ios 18. When i checked the code, our previous IOBufferDuration was "0.023220". I updated this value into 0.005 and problem seems to be solved for our case.
But this still feels like a quick fix rather than fixing the source issue.