feat(live): add reviewed voice input and streaming tutor speech - #263
Merged
Merged
Conversation
5 tasks
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.
Adds optional voice to Live sessions and simulator practice. Learners record, review or edit the transcript in the existing composer, and send through the unchanged assessment path. Current tutor turns and validated simulator reactions stream through ElevenLabs George with interruptible playback.
Voice uses owner/source fencing, atomic durable admission, private 24-hour replay, conservative reservation limits, tenant BYOK, and measured usage. Raw microphone audio is never persisted; uncertain paid work is never automatically retried. The default-off rollout flag stays inside the existing human-gated production deployment.
Validation:
Evaluation evidence records synthetic-input limitations, measured usage and unknown actual billed cost. Physical microphone/listening acceptance and production verification remain release checks in #262; the human deployment gate is unchanged. Existing Live reload behavior starts a new session and does not resubmit old voice work.
Refs #220, #254, #255, #256, #257, #258, #259, #260, #261, #262.