Skip to content

Commit

Permalink
Update Krisp note
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocupe committed Oct 8, 2024
1 parent 6839ded commit 38af3ac
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,10 @@ function ControlBar(props: {
onConnectButtonClicked: () => void;
agentState: AgentState;
}) {
// Use the Krisp noise filter to reduce background noise.
/**
* Use Krisp background noise reduction when available.
* Note: This is only available on paid plans, see {@link https://livekit.io/pricing | LiveKit Pricing} for more details.
*/
const krisp = useKrispNoiseFilter();
useEffect(() => {
krisp.setNoiseFilterEnabled(true);
Expand Down

0 comments on commit 38af3ac

Please sign in to comment.