-
Notifications
You must be signed in to change notification settings - Fork 72
Test: audio integrity #1232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Test: audio integrity #1232
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds audio integrity validation functionality to the test framework. The implementation provides tools to verify audio data integrity by comparing audio frame checksums between source and output files or streams.
- Adds new AudioIntegrityRunner classes for running audio integrity checks
- Implements audio integrity validation logic using MD5 checksums of PCM frames
- Supports both file-based and streaming audio integrity verification
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
File | Description |
---|---|
tests/validation/common/integrity/integrity_runner.py | Adds AudioIntegrityRunner base class and FileAudioIntegrityRunner/StreamAudioIntegrityRunner implementations for executing audio integrity tests |
tests/validation/common/integrity/audio_integrity.py | Implements core audio integrity validation logic with classes for calculating and comparing audio frame checksums |
dfb5ebd
to
0a68995
Compare
f144e05
to
b1e98db
Compare
91b5427
to
f2ff8bd
Compare
tests/validation/tests/single/rss_mode/audio/test_rss_mode_audio.py
Outdated
Show resolved
Hide resolved
029c79b
to
8b0f382
Compare
8b0f382
to
aa52330
Compare
This PR adds audio integrity validation functionality to the test framework. The implementation provides tools to verify audio data integrity by comparing audio frame checksums between source and output files or streams.
• Adds new AudioIntegrityRunner classes for running audio integrity checks
• Implements audio integrity validation logic using MD5 checksums of PCM frames
• Supports both file-based and streaming audio integrity verification