feat: 100 consecutive voice cycles with zero stalls and zero silent d…#118
Closed
andriypolanski wants to merge 1 commit into
Closed
feat: 100 consecutive voice cycles with zero stalls and zero silent d…#118andriypolanski wants to merge 1 commit into
andriypolanski wants to merge 1 commit into
Conversation
Member
|
Closing this as not intended for #109. The plan for issue #109 is to test the voice loop with a real human on hardware, not by shell command. Thanks @andriypolanski |
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 a reproducible M1 soak harness under
tests/voice/that drives (or analyzes) 100 end-to-end voice cycles on Jetson hardware, records per-cycle latency and failure signals, and emits a single pass/fail summary plus a JSON ledger for theclosing PR.
Closes #109
Related: M1 roadmap in README
Changes
tests/voice/100-cycle-soak.shwithrun(teegenie-core --voicestderr) andanalyze(parse log → JSON ledger + exit code).Real Behavior Proof
What I ran
Test plan
shellcheck --severity=warning tests/voice/100-cycle-soak.shcargo build -p genie-core --release./tests/voice/100-cycle-soak.sh analyzeon a short sample log (unit-style smoke)./tests/voice/100-cycle-soak.sh run --cycles 100→ PASS, ledger attachedGeniePod:line in the same cycleTotal cyclelines, each under max-cycle budgetAcceptance criteria
genie-ai-runtimev1Notes for reviewers
voice_loop.rs(Total cycle,You said,GeniePod). It does not yet inject canned WAV clips; cycles are operator-driven on hardware (wake word or push-to-talk).Piper produced no audio) is tracing-only today; extend markers in a follow-up if ledger needs audio-out confirmation without a microphone loopback.shellcheckon the script but does not execute a 100-cycle hardware soak.