Skip to content

Conversation

@Ocupe
Copy link
Contributor

@Ocupe Ocupe commented Oct 7, 2024

The main change in this pull request is the addition of the Krisp noise filter to the microphone track. The noise filter is applied to the user's microphone track, improving the audio quality by reducing background noise.

Dependency updates:

  • @livekit/components-react to 2.6.4
  • @livekit/krisp-noise-filter add 0.2.12.

@Ocupe Ocupe requested a review from lukasIO October 7, 2024 07:48
@vercel
Copy link

vercel bot commented Oct 7, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
sandbox-voice-assistant ✅ Ready (Inspect) Visit Preview Oct 7, 2024 0:06am

app/page.tsx Outdated
microphoneTrack.track?.setProcessor(krisp.processor);
}
}, [krisp?.processor, microphoneTrack]);
krisp.setNoiseFilterEnabled(true);
Copy link
Contributor

Choose a reason for hiding this comment

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

While not strictly necessary, it might make sense to wrap this in a useEffect without dependencies?

@Ocupe Ocupe merged commit 6839ded into main Oct 7, 2024
1 check passed
lukasIO pushed a commit that referenced this pull request Jun 19, 2025
abdul-0-muheed pushed a commit to abdul-0-muheed/sdc-joint-frontend that referenced this pull request Oct 26, 2025
abdul-0-muheed pushed a commit to abdul-0-muheed/sdc-joint-frontend that referenced this pull request Oct 26, 2025
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.

3 participants