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', ); }, },