Files
newemka a50deb73d3 Fix Microphones as external device
Removing if (length < 3000) check fixes the issue because it ensures small buffers are not prematurely discarded. The original check was likely added with a misguided assumption that small buffers are insignificant, but this breaks microphone functionality where small buffers are common.
2025-01-27 10:43:17 +01:00
..