Skip to content

Document noise suppression, cancellation, and no-audio-input detection#8356

Merged
markmandel merged 2 commits into
mainfrom
markm/social-sdk-krisp
May 14, 2026
Merged

Document noise suppression, cancellation, and no-audio-input detection#8356
markmandel merged 2 commits into
mainfrom
markm/social-sdk-krisp

Conversation

@markmandel
Copy link
Copy Markdown
Contributor

Adds three new sections to the Managing Voice Chat guide covering audio processing capabilities exposed by the Social SDK Client:

  • "Detecting No Audio Input" — Client::SetNoAudioInputThreshold and SetNoAudioInputCallback for surfacing "your mic appears silent" UX.
  • "Noise Suppression & Cancellation" — splits the WebRTC defaults (SetNoiseSuppression, SetEchoCancellation, SetAutomaticGainControl) from the optional Krisp-powered SetNoiseCancellation, and includes guidance on excluding Krisp to reduce installation size.
  • "Diagnosing Audio Issues" — links to the Voice Logging and Audio Logging sections of the Debug & Log guide.

Also updates social-sdk-mappings.json with SetNoiseCancellation and fixes reference-link ordering in two adjacent how-to guides.

@markmandel markmandel requested a review from a team as a code owner May 13, 2026 20:39
@markmandel markmandel requested review from colinloretz and removed request for a team May 13, 2026 20:39
@markmandel markmandel added the social-sdk Feedback and PRs on Social SDK label May 13, 2026
@mintlify
Copy link
Copy Markdown

mintlify Bot commented May 13, 2026

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
Discord 🟢 Ready View Preview May 13, 2026, 8:41 PM

💡 Tip: Enable Workflows to automatically generate PRs for you.

Adds three new sections to the Managing Voice Chat guide covering audio
processing capabilities exposed by the Social SDK Client:

- "Detecting No Audio Input" — Client::SetNoAudioInputThreshold and
  SetNoAudioInputCallback for surfacing "your mic appears silent" UX.
- "Noise Suppression & Cancellation" — splits the WebRTC defaults
  (SetNoiseSuppression, SetEchoCancellation, SetAutomaticGainControl)
  from the optional Krisp-powered SetNoiseCancellation, and includes
  guidance on excluding Krisp to reduce installation size.
- "Diagnosing Audio Issues" — links to the Voice Logging and Audio
  Logging sections of the Debug & Log guide.

Also updates social-sdk-mappings.json with SetNoiseCancellation and
fixes reference-link ordering in two adjacent how-to guides.
@markmandel markmandel merged commit ff40127 into main May 14, 2026
5 checks passed
@markmandel markmandel deleted the markm/social-sdk-krisp branch May 14, 2026 16:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

social-sdk Feedback and PRs on Social SDK

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants