Skip to content

Docs/voice assistant#1816

Merged
BrunoCampana merged 6 commits into
mainfrom
docs/voice-assistant
Apr 30, 2026
Merged

Docs/voice assistant#1816
BrunoCampana merged 6 commits into
mainfrom
docs/voice-assistant

Conversation

@BrunoCampana

@BrunoCampana BrunoCampana commented Apr 29, 2026

Copy link
Copy Markdown
Contributor

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

@BrunoCampana BrunoCampana self-assigned this Apr 29, 2026
@BrunoCampana BrunoCampana requested review from a team as code owners April 29, 2026 21:35
@BrunoCampana BrunoCampana added documentation Improvements or additions to documentation tier1 labels Apr 29, 2026

@simon-iribarren simon-iribarren left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@github-actions

github-actions Bot commented Apr 30, 2026

Copy link
Copy Markdown
Contributor

Tier-based Approval Status

**PR Tier:** TIER1

**Current Status:** ✅ APPROVED

**Requirements:**
- 1 Team Member approval ❌ (0/1)
- 1 Team Lead OR Management approval ✅ (2/1)

**Bypass rule:** Triggered (2+ Team Lead approvals (Tier 1 exception)). This PR is approved regardless of tier.

---
*This comment is automatically updated when reviews change.*

NamelsKing
NamelsKing previously approved these changes Apr 30, 2026
Comment thread docs/website/content/docs/sdk/examples/ai-tasks/voice-assistant.mdx
@BrunoCampana BrunoCampana merged commit e135639 into main Apr 30, 2026
12 of 13 checks passed
@BrunoCampana BrunoCampana deleted the docs/voice-assistant branch April 30, 2026 13:20
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation tier1

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants