cta-wave / dpctf-tests

Repo for DPCTF Tests. We prefer to keep the Tests separated from Test Runner
Other
2 stars 5 forks source link

Audio samples are rendered and in increasing presentation time order #205

Open yanj-github opened 2 weeks ago

yanj-github commented 2 weeks ago

After further analysis, the Observation Framework accurately reported failures in the starting and ending audio samples in the following observation.

[OF] When examined as a continuous sequence of timestamped audio samples of the audio stream, the 20ms test audio samples shall be a complete rendering of the source audio track and are rendered in increasing presentation time order.

e.g: Failed segments are: Segment(0.0ms) Segment(20.0ms) - at the beginning Segment(29920.0ms) Segment(29940.0ms) Segment(29960.0ms) Segment(29980.0ms) - at the end

To assist with debugging, you can use audio analysis tools to measure the duration of the presented audio. You'll notice that it is shorter than the expected duration of 30 seconds.

I don’t have the right knowledge in this area. Could someone please kindly look into this further? Possible causes might include:

yanj-github commented 2 weeks ago

This is how I debug this issue, hope that it will help. Debugging Process:

image image