Alexis Rosovsky
Alexis Rosovsky
> I feel this PR conflicts with MCP support PR (#3937). It's probably unwise to have different implementations for how tools work with aider, and I feel MCP is probably...
Interesting read to compare / understand / improve this https://gerred.github.io/building-an-agentic-system/
Thx @quinlanjager for this. It makes sense to keep this a bit minimal when aiming for a merge but some behaviors are a bit clunky for daily use. I attempted...
Hi, thanks for having a look at this. Great news that you're working on updating the webrtc base branch \o/ Unfortunately, I don't actually have a build env set up...
Yet another side question but, the Visual Studio link in your README points to the master branch of webrtc. That file states it wants Visual Studio 2022. But your workflows...
Thanks for publishing the snapshot :) For anyone else reading this, the gradle translation of the Maven bit above: ``` repositories { maven { name = "Central Portal Snapshots" url...
I can't seem to get 60 fps as it is 😖 No behavior change on my end, I do capture and render frames in my app but even if I...
I now use both `WindowCapturer.setMaxFrameRate(60)` and `VideoDesktopSource.setFrameRate(60)`. Also, just pasting webrtc's logs, just in case. ``` (audio_device_buffer.cc:66): AudioDeviceBuffer::ctor (audio_device_impl.cc:142): current platform is Win32 (audio_device_impl.cc:170): webrtc::AudioDeviceModuleImpl::CreatePlatformSpecificObjects (audio_device_impl.cc:909): webrtc::AudioDeviceModuleImpl::PlatformAudioLayer (audio_device_impl.cc:263): Dummy Audio...
Also, a quick google-fu gave me this : https://chromium.googlesource.com/external/webrtc/+/HEAD/modules/desktop_capture/win/window_capture_utils.cc#318