Low-Latency-Android-iOS-Linux-Windows-tvOS-macOS-Interactive-Audio-Platform icon indicating copy to clipboard operation
Low-Latency-Android-iOS-Linux-Windows-tvOS-macOS-Interactive-Audio-Platform copied to clipboard

Added VPIO, >=iPhone 14 IO buffer size mismatch mitigation

Open ivannador opened this issue 2 months ago • 0 comments

We had a lot of problems when using VPIO on >=iPhone 14 devices where the input scope and output scope buffer sizes mismatch, causing zero values in the output buffer, which can be described as "fan noise".

Using a separate input and render callback and buffering between them solves this issue.

ivannador avatar Nov 27 '25 11:11 ivannador