You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Desktop Audio capture now actually works. Versions v1.2.8–v1.2.11 called a sounddevice loopback option that does not exist in the installed library, so the capture thread errored and died silently every time. Rebuilt on native WASAPI render-endpoint loopback (raw ctypes, verified capturing real audio). Simplified the panel to a single "Capture desktop audio" toggle that routes everything currently playing — Spotify, Apple Music, browser, games — through VB-Cable so call participants hear it.
Window icon no longer shows the default Tk feather — the .ico was referenced at runtime but never bundled into the build; it is now packaged and applied to the correct top-level window handle for both the title bar and taskbar.