docs: update for pipecat PR #4949#979
Merged
Merged
Conversation
- Add should_interrupt parameter for Soniox turn detection mode - Update vad_force_turn_endpoint description with detailed turn detection modes - Expand Notes section with turn detection mode details - Add new example showing built-in turn detection with VAD - Add card for voice-soniox-turn-detection.py example
Contributor
|
🔍 Mintlify preview for this branch: https://daily-docs-pr-4949.mintlify.app |
markbackman
approved these changes
Jul 4, 2026
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.
Automated documentation update for pipecat PR #4949.
Changes
Updated reference pages
api-reference/server/services/stt/soniox.mdx— Updated Configuration (addedshould_interruptparameter, expandedvad_force_turn_endpointdescription), updated Notes section (detailed turn detection modes), updated usage example (added built-in turn detection with VAD), added card for new exampleSummary
PR #4949 adds Soniox turn detection mode support, matching the AssemblyAI turn detection implementation. Key documentation updates:
should_interrupt(defaultTrue) controls whether the bot is interrupted when the user starts speaking in Soniox turn detection modevad_force_turn_endpointdescription to explain both Pipecat mode (default) and Soniox mode, including how the turn opens on local VAD signal for responsivenessvoice-soniox-turn-detection.pyexampleGaps identified
None — AssemblyAI changes were internal implementation details (metrics timing fix) that don't affect the public API or documentation.