mirror of
https://github.com/webadderallorg/Recordly.git
synced 2026-09-26 07:45:34 +00:00
- Call CoInitializeEx(MTA) at start of captureThread() and CoUninitialize() on exit - Windows 11 enforces per-thread COM initialization more strictly than Win10, causing GetBuffer/GetNextPacketSize to fail silently without this - Add HRESULT error logging for WASAPI capture failures (GetNextPacketSize, GetBuffer)