From 4c81f6de7722132d6419a4c4637f789050a54242 Mon Sep 17 00:00:00 2001 From: lukasIO Date: Wed, 2 Jul 2025 16:57:30 +0200 Subject: [PATCH] fix comment --- lib/MicrophoneSettings.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/MicrophoneSettings.tsx b/lib/MicrophoneSettings.tsx index cf14b7e..74c4992 100644 --- a/lib/MicrophoneSettings.tsx +++ b/lib/MicrophoneSettings.tsx @@ -12,7 +12,7 @@ export function MicrophoneSettings() { quality: isLowPowerDevice() ? 'low' : 'medium', onBufferDrop: () => { console.warn( - 'krisp buffer dropped, noise filter versions > 0.3.2 will automatically disable the filter', + 'krisp buffer dropped, noise filter versions >= 0.3.2 will automatically disable the filter', ); }, },