auto coment

This commit is contained in:
lukasIO 2025-07-02 16:55:40 +02:00
parent b028dcb81b
commit 7c00ecc8a5

View File

@ -11,8 +11,9 @@ export function MicrophoneSettings() {
filterOptions: {
quality: isLowPowerDevice() ? 'low' : 'medium',
onBufferDrop: () => {
console.warn('krisp buffer dropped, disabling noise filter now');
setNoiseFilterEnabled(false);
console.warn(
'krisp buffer dropped, noise filter versions > 0.3.2 will automatically disable the filter',
);
},
},
},