Aleix Conchillo Flaqué

Results 152 comments of Aleix Conchillo Flaqué

> I am also getting the issue this is my sample code > > ``` > ....... > tts = DeepgramSTTService( > api_key=config("DEEPGRAM_API_KEY"), > live_options=LiveOptions( > encoding="linear16", > model="nova-2-conversationalai", >...

So, to recap, a couple of issues discussed in here: 1. `EndFrame` doesn't really work well in the `01-say-one-thing.py` example because of what I explained here https://github.com/pipecat-ai/pipecat/issues/570#issuecomment-2421012277 2. Type using...

This PR changes the first examples a bit so they don't send `EndFrame` right away but when the user leaves. https://github.com/pipecat-ai/pipecat/pull/613

> > > I replaced the `CartesiaTTSService` with `ElevenLabsTTSService` in the https://github.com/pipecat-ai/pipecat/blob/main/examples/foundational/01-say-one-thing.py example, but that doesnt work anymore with 0.0.43 > > > > > > The reason is because...

I have also found this issue. Breaking a formatted string like this also causes issue in the output.

Thank you so much @mrkirthi-24 ! I just added a few comments.

> i will raise a new pr with updated changes and fix conflicts Awesome. Thank you!

Did some more tests and fixed function call cancellation issues.

Thank you so much! And sorry for the delay! :pray:

Converting this to draft for now. I'm not 100% sure this is how it should be implemented. Even though it seems to make sense (because we only add `TTSTextFrame` to...