Skip to content

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

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open

Test: audio integrity #1232

wants to merge 9 commits into from

Conversation

monkuta
Copy link
Collaborator

@monkuta monkuta commented Aug 7, 2025

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

Copy link

@Copilot Copilot AI left a 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants