Skip to content

fix: ignore speech started effects#611

Closed
RG-04 wants to merge 1 commit intomasterfrom
fix/relax-speech-started-effect
Closed

fix: ignore speech started effects#611
RG-04 wants to merge 1 commit intomasterfrom
fix/relax-speech-started-effect

Conversation

@RG-04
Copy link
Copy Markdown
Contributor

@RG-04 RG-04 commented Mar 30, 2026

Issue:
Deepgram transcriber makes the task manager stuck in callee speaking forever, leading to WAIT status for every audio chunk.

Cause:
On SpeechStarted events which are generated indepedently from the normal transcript flow (ref: Deepgram docs), the existing interim transcript would be dropped. This caused an issue as VAD events are highly unreliable and often false positives.

Fix:
Perform turn tracking via yielded transcripts rather than relying on SpeechStarted.

Note: This PR also removes a few unused attributes across transcribers.

@san0808 san0808 closed this Apr 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants