You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Driven from issue #118
tolerance on video playback duration will be changed from 20ms to 50ms for video.
At the moment the duration tolerance is shared both by audio and video observations and this change is going to impact to audio as well.
It might be better to separate out the tolerance for audio, which might require different value.
For video we are capturing every 8.33ms (on 120fps) so there will be a difference between captured time vs where the frame actually appeared.
Audio is different, it is captured accurately with a little difference (couple of milliseconds).
We will need to run more tests on the device to work out what tolerance we need on audio duration check, but what I can see so far is that 20ms for audio duration passes most of the test.
The text was updated successfully, but these errors were encountered:
gitwjr
added
the
BETA
The test(s) addressed by this issue will be labeled Beta
label
Dec 5, 2023
Feb 20th meeting
Expect to be within 20ms based on the way we measure audio. 50ms is also OK.
Parameter is purely an observation & doesn't impact test observation.
@FritzHeiden Please consider including perhaps 2 audio tests in what is run at the HbbTV plugfest so we have some data to evaluate this.
Driven from issue #118
tolerance on video playback duration will be changed from 20ms to 50ms for video.
At the moment the duration tolerance is shared both by audio and video observations and this change is going to impact to audio as well.
It might be better to separate out the tolerance for audio, which might require different value.
For video we are capturing every 8.33ms (on 120fps) so there will be a difference between captured time vs where the frame actually appeared.
Audio is different, it is captured accurately with a little difference (couple of milliseconds).
We will need to run more tests on the device to work out what tolerance we need on audio duration check, but what I can see so far is that 20ms for audio duration passes most of the test.
The text was updated successfully, but these errors were encountered: