Mark Backman

Results 240 comments of Mark Backman

This is not a known issue. It sounds like something in your pipeline might be blocking the UserStoppedSpeakingFrame. Few questions: - Have you customized any parts of Pipecat? - Do...

Do you have a single file repro that you can share? Also with what to look for?

@tieincred, may I ask by you set `confidence = 0.9`? This might be causing issues for the VAD, as you're making it more difficult to identify user speech. I'd highly...

To be helpful on this issue, I think I'll need a single file repro of the issue along with repro steps. I've done a significant amount of testing over the...

What transport is being used? We've done some work in this area in the following PR: #2004 There's a failure mode specific to websocket transports that can leave the VAD...

I have not seen this. My guess is that you're impacted by an issue with the ElevenLabsRealtimeSTTService because you're setting the sample rate. That's being fixed here: https://github.com/pipecat-ai/pipecat/pull/3106 The VAD...

> The goal is to transfer the active call from the user to a different Twilio number without disconnecting the user. This is only possible using Twilio SIP. This can't...

Deepgram's websocket API does not support interruptions, so we would have to break the websocket connection any time the user interrupts the bot. We've seen poor performance when tearing down...