Audio: spoken-channel reliability precursors - #4
Closed
codingshreyash wants to merge 1 commit into
Closed
Conversation
codingshreyash
force-pushed
the
base/probes
branch
from
July 21, 2026 23:27
c8c5dcc to
0b056e7
Compare
This was referenced Jul 21, 2026
codingshreyash
force-pushed
the
pr/audio-probes
branch
from
July 23, 2026 21:07
08ecc27 to
4eae0a6
Compare
This was referenced Jul 23, 2026
Calibrate exact transcription and simple spoken-request comprehension before interpreting adversarial audio results. AI-Review: ChatGPT
codingshreyash
force-pushed
the
pr/audio-resources
branch
from
July 23, 2026 21:57
07dc32e to
9d37ba3
Compare
codingshreyash
force-pushed
the
pr/audio-probes
branch
from
July 23, 2026 21:57
4eae0a6 to
6763b0f
Compare
Owner
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds two inactive, benign calibration probes for the PETTS audio path:
TTSReliabilitychecks whether short words and symbol boundaries survive synthesis and the target's audio-input path.SemanticReliabilitychecks whether simple spoken requests retain their meaning.Each probe has a dedicated detector and explicit attempt metadata. Missing target text remains unscored; it is not counted as a safe response. This PR contains no tool-risk payloads, overlays, ASR service, or model-as-judge.
Relationship to other work
The upstream duplicate search found NVIDIA#1770 for the underlying PETTS technique and no open PR for these reliability precursors. This PR is a focused child of the provider/provenance refactor in #2.
Verification
Run locally with Python 3.12:
Result:
695 passed.Result: clean.
No new dependency is added.
AI assistance
ChatGPT was used to review this change.