fix comment

This commit is contained in:
lukasIO 2025-07-02 16:57:30 +02:00
parent fd9548015a
commit 4c81f6de77

View File

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