pipecat-ai / pipecat

Open Source framework for voice and multimodal conversational AI
BSD 2-Clause "Simplified" License
3.37k stars 322 forks source link

Received BotStartedSpeakingFrame before CartesiaTTSService TTFB? #442

Closed wjiuzh closed 1 week ago

wjiuzh commented 2 months ago

Hi,

I'm implementing an rtvi demo and I've run into a problem that confuses me. In FrameLogger, I receive BotStartedSpeakingFrame before CartesiaTTSService TTFB, Shouldn't the bot be speaking after CartesiaTTSService has processed it?

6281725437141_ pic

aconchillo commented 1 week ago

This should be fixed by this PR https://github.com/pipecat-ai/pipecat/pull/667 and will be available in the next Pipecat release.