Skip to content

fix(ui): disable microphone Opus DTX - #682

Merged
streamer45 merged 1 commit into
mainfrom
devin/1787502091-branch-name
Aug 23, 2026
Merged

fix(ui): disable microphone Opus DTX#682
streamer45 merged 1 commit into
mainfrom
devin/1787502091-branch-name

Conversation

@staging-devin-ai-integration

@staging-devin-ai-integration staging-devin-ai-integration Bot commented Aug 23, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Explicitly disable Opus DTX for the browser microphone publisher. The upgraded publisher suppresses regular frames during silence, while StreamKit’s clocked decoder/mixer path currently interprets those expected gaps as repeated slow-input stalls.
  • Restore continuous 20 ms microphone delivery for v0.6.0 without weakening the mixer’s 100 ms warning or hiding state transitions in the Monitor UI.
  • Add publish-path regression coverage for the explicit codec policy.

Review & Validation

  • Verify a silent browser microphone no longer repeatedly toggles slow_input_timeout.
  • Confirm a genuine interruption of continuous audio delivery still triggers the configured mixer timeout.

Notes

This is the immediate mitigation tracked in #681. DTX-aware clocked decoding/silence generation remains a future enhancement, so the issue should be updated rather than automatically closed.

Link to Devin session: https://staging.itsdev.in/sessions/738c0703efe441cb80769d070c318be6
Open in Devin Desktop: https://staging.itsdev.in/desktop/session/738c0703efe441cb80769d070c318be6?variant=devin-insiders
Requested by: @streamer45


Devin Review

Status Commit
🟢 Reviewed 5c1f3e8
Devin Review (Staging)

Signed-off-by: streamkit-devin <devin@streamkit.dev>
@staging-devin-ai-integration

Copy link
Copy Markdown
Contributor Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment, CI, and merge conflict monitoring

@staging-devin-ai-integration staging-devin-ai-integration Bot left a comment

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no bugs or issues to report.

Devin Review (Staging)
Debug

Playground

@codecov

codecov Bot commented Aug 23, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.32%. Comparing base (717444b) to head (5c1f3e8).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #682      +/-   ##
==========================================
- Coverage   85.33%   85.32%   -0.02%     
==========================================
  Files         249      249              
  Lines       76190    76190              
  Branches     2329     2452     +123     
==========================================
- Hits        65019    65007      -12     
- Misses      11165    11177      +12     
  Partials        6        6              
Flag Coverage Δ
backend 85.36% <ø> (-0.02%) ⬇️
ui 84.94% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Components Coverage Δ
core 85.79% <ø> (ø)
engine 83.76% <ø> (ø)
api 91.14% <ø> (ø)
nodes 84.96% <ø> (-0.05%) ⬇️
server 85.26% <ø> (ø)
plugin-native 84.79% <ø> (ø)
plugin-wasm 95.41% <ø> (ø)
ui-services 86.54% <ø> (ø)
ui-components 70.18% <ø> (ø)
Files with missing lines Coverage Δ
ui/src/stores/streamStoreHelpers.ts 67.61% <ø> (ø)

... and 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@streamer45
streamer45 enabled auto-merge (squash) August 23, 2026 16:37
@streamer45
streamer45 merged commit 6b39c77 into main Aug 23, 2026
26 checks passed
@streamer45
streamer45 deleted the devin/1787502091-branch-name branch August 23, 2026 16:38
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