Justin Uberti
Justin Uberti
OK, we should fix that shim then. I believe @alvestrand is working on fixing getStats, but it won't be until Q2.
8285 is a fairly minor update to 5285 IIRC. So I'm not sure that that's the core issue here. Similarly, I would expect the extension parser to use the transmitted...
I will look into this in the next week or two.
@eerimoq, thanks for digging into this! I think your workaround would be a good short-term fix (and we can add a note to `codecs/__init__.py` to warn people about this for...
Made a PR at https://github.com/aiortc/aiortc/pull/900
The issue is that both sides need to perform their ICE checks around the same time. However each side will start their ICE processing when given the first candidate, so...
Sure, that would be an interesting thing to try. Note that the browser is already performing some ANR (via either WebRTC or built-in device NR as on iPhone) so the...
One area where additional research could be quite useful is on VAD algorithms. Currently we use the WebRTC VAD in the ASR component, but it's pretty old and quite prone...
Regardless, please feel free to contribute any interesting improvements!
The initial indexing can take a bit of time, which is why it probably looked like it was frozen. And then the additional enter press likely confused the LLM's conversation...