Mark Backman

Results 240 comments of Mark Backman

I can repro this. It's unrelated to the transport. We'll take a look.

Just to make sure I understand, are you asking about `AzureRealtimeBetaLLMService`? (If not, which service?) If so, `AzureRealtimeBetaLLMService` is a subclass of `OpenAIRealtimeBetaLLMService`, so it has access to all of...

I've struggled to get tests to be 100% happy. They're running and passing now but with this warning: ``` RuntimeWarning: coroutine 'DTMFAggregator._aggregation_task_handler' was never awaited ``` @aconchillo maybe you have...

@aconchillo this is cleaned up. All errors are resolved, tests are passing, and it works well with the Twilio example, which I'm not including here. We might need a simple...

Ok! This service difference is now documented: https://github.com/pipecat-ai/docs/pull/15. This will be live on https://docs.pipecat.ai soon. Also, @aconchillo fixed the example in https://github.com/pipecat-ai/pipecat/pull/613. Closing this issue.

@golbin what is the issue that's being resolved? I'm not aware of any overlapping audio in the update to date version.

I'm not sure there's much to do. This appears to be an OpenAI Realtime issue that's out of our control. Did your bot continue after the error?

Two questions: - Are you using Daily as a transport? - Do you get this upon leaving? If yes to both, then it's a log from the underlying library that...

@vitxpert are you still impacted? FYI: the Daily error you received looks like you attempt to stop transcription after the client already left the call. I'm going to close this...