lukasIO

Results 192 comments of lukasIO

Yeah, I think you are right that this might be a very environment specific issue. You could try to import the processors with a [dynamic import](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/import#importing_defaults) instead

thanks for the report, please post the entire console logs of such a session on Safari.

thanks, IIRC this is a Safari bug, that should be fixed by updating your browser/OS version. I just can't seem to find the webkit bugreport right now.

raised already in https://github.com/livekit/python-sdks/pull/379 @theomonnom should we be handling this with `asyncio.isCoroutine` ?

there are a couple of things at play here, but most importantly: the agent side (using livekit/agents) should be doing resampling automatically to adjust the sample rate. Are you seeing...

thanks for the report, this is rather unexpected, in order to investigate this further please post debug logs from - user who's track is being unpublished - new user that...

The behaviour changed between these two versions or are you saying it's the same issue on both ? just asking because you selected `blocking an upgrade` as severity. The demo...

Thanks for the report! I transferred the issue to the components repo as the issue's describing an inconsistency in the `MediaDeviceSelect` component The issue is likely related to https://github.com/livekit/client-sdk-js/issues/1220. Generally...

does it work with this example code: https://github.com/livekit/components-js/blob/main/examples/nextjs/pages/voice-assistant.tsx ?

I'd suggest to start with the example and change it step by step to implement your code and then you should be able to figure out what's going on. Can't...