Update MicrophoneSettings.tsx

This commit is contained in:
lukasIO 2025-06-14 11:07:46 +02:00 committed by GitHub
parent 2413fc43e1
commit 0a9a9215f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,7 @@ import { MediaDeviceMenu } from '@livekit/components-react';
import { Track } from 'livekit-client';
export function MicrophoneSettings() {
const isLowPowerDevice = navigator.hardwareConcurrency < 4;
const isLowPowerDevice = navigator.hardwareConcurrency < 6;
const { isNoiseFilterEnabled, setNoiseFilterEnabled, isNoiseFilterPending } = useKrispNoiseFilter(
{
filterOptions: {