Mark Backman
Mark Backman
Can you share a simple repro case demonstrating the issue? We recently fixed an alignment issue and our testing confirms all is well. It's possible that you're using the AudioBufferProcessor...
@glennpow yes, my audio is fully aligned in all of the scenarios that I've tested. If you have a single file repro that shows misalignment, that would be very helpful....
> [@markbackman](https://github.com/markbackman) I just posted an audio clip to Discord. Thanks for the clip, but what I really need is a simple, single file repro of the issue. Ideally, something...
@rohitkhatri thanks for sharing a repro for this! We'll take a look this week. @ayubSubhaniya are you also using the MCPClient?
@piyushjain0106 are you using the MCPClient?
@glennpow can you please share a minimal repro (e.g. code that I can run that hits the issue) so we can investigate and fix? I can confirm that the 34-audio-recording...
> just a thought, shouldn't recording be raw? After understanding current code, it is post audio filter application, so if any noise or other filter it will be cancelled in...
I don't see this issue in my testing using Twilio + FastAPIWebsocketTransport. This sounds like it may be a handset specific problem. What type of phone are you using?
Strange. I don't see this. You can try for yourself. Here's a Twilio + websockets bot that's hosted on Pipecat Cloud: - Call +1-929-556-4263 - It's this demo: https://github.com/pipecat-ai/pipecat/blob/main/examples/word-wrangler-gemini-live/server/bot_phone_twilio.py
Echo cancellation is available by default when connecting via: - WebRTC on Chrome/Chromium browsers, and Safari. Firefox does not have echo cancellation built in (which is... suboptimal) - Phones, which...