Open philburk opened 2 years ago
This looks more like a test problem than a bug in PortAudio.
I ran this again today and got zero latency for all devices including ZoomAudioDevice:
------------------------ paqaCheckMultipleSuggested - OUTPUT
lowLatency = 0.0333333
highLatency = 0.0426667
numChannels = 2
sampleRate = 48000
suggestedLatency[0] = 0.0333
finalLatency = 0.0000
./qa/paqa_latency.c:296 - ERROR - final latency should be close to suggested latency, expected 0.033333, got 0.000000, tol=0.003333
OUTPUT CHECK FAILED !!! #7: 'ZoomAudioDevice'
Latency test may be too strict. The documentation says the implementation may not provide the requested latency.
To Reproduce
Expected behavior All PASS
Actual behavior ZoomAudioDevice input latency did not go above 0.016.
Desktop (please complete the following information):
Additional context