Low-Latency-Android-iOS-Linux-Windows-tvOS-macOS-Interactive-Audio-Platform
Low-Latency-Android-iOS-Linux-Windows-tvOS-macOS-Interactive-Audio-Platform copied to clipboard
Added VPIO, >=iPhone 14 IO buffer size mismatch mitigation
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.