]> Repos - portaudio/commit
test: time out in patest_sine_time.c (#585)
authorPhil Burk <philburk@mobileer.com>
Wed, 9 Jun 2021 00:19:14 +0000 (17:19 -0700)
committerGitHub <noreply@github.com>
Wed, 9 Jun 2021 00:19:14 +0000 (17:19 -0700)
commit8ef5021a9d412cc017d0956db23fb4f3882c6539
tree593e9e0c41d1b43b24a1bc342e7735aa63f1e9d9
parent2bd663ca75f424c658804f970d3045166a6d09d3
test: time out in patest_sine_time.c (#585)

On ALSA the StreamTime was not advancing so the while()
loop never exited. Now it will time out if it plays for much
longer than expected without the stream time changing.

Also measure timestamp latency from callback info.
test/patest_sine_time.c