Docs/voice assistant#1816
Merged
Merged
Conversation
simon-iribarren
previously approved these changes
Apr 30, 2026
simon-iribarren
left a comment
Contributor
There was a problem hiding this comment.
Verified against packages/sdk/examples/voice-assistant/voice-assistant.ts: pipeline (Whisper+Silero VAD → LLM → Supertonic TTS), all four model bundles, VAD parameters (threshold 0.6, min_speech 300, min_silence 700, max_speech 15s, pad 200), and safeguards (mic gate during TTS, POST_PLAYBACK_COOLDOWN_MS=300, MIN_UTTERANCE_CHARS=3) all match source. Troubleshooting table mirrors the in-source tuning guidance. Mermaid diagram with click handlers to the per-task pages is a nice touch. CI green. LGTM.
Contributor
Tier-based Approval Status |
NamelsKing
previously approved these changes
Apr 30, 2026
GustavoA1604
requested changes
Apr 30, 2026
97a796b
GustavoA1604
approved these changes
Apr 30, 2026
NamelsKing
approved these changes
Apr 30, 2026
Proletter
pushed a commit
that referenced
this pull request
May 24, 2026
* doc: create new page - sdk - new ai capability - voice assistant * doc: create new page - sdk - voice assistant * doc: remove temporary doc that leaked into commit * doc: content new - sdk - voice assistant - PR review
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.
Goal
Cover an example of 3 AI different AI capabilities being used together to create a voice assistant: ASR -> LLM -> TTS
Scope
Create a new page in "AI tasks": "Voice assistant".
References
/packages/sdk/examples/voice-assistantQVAC-13760 feat: add real-time voice assistant example #1631