Aleix Conchillo Flaqué
Aleix Conchillo Flaqué
Here's one example that shows how to read an image file into an `ImageRawFrame` https://github.com/pipecat-ai/pipecat/blob/main/examples/simple-chatbot/bot.py#L45-L46
Yes. Since underneath we have WebRTC, Pipecat is sending frames at a specific framerate `camera_out_framerate` (from `DailyTransportParams`). So, even if you set a single image that image will be sent...
Could you please provide some more logs?
iFlytek is currently not supported, but you should be able to use Chinese if the STT and TTS services provide support for it. For example, this example shows how to...
That's strange. We didn't really change anything regarding ElevenLabs, we keep connecting directly to their websocket (i.e. we don't use any SDK). The error messages seem to come from their...
This is now fixed by this PR https://github.com/pipecat-ai/pipecat/pull/667 and will be available in next Pipecat release.
Hi @sadimoodi . Sorry you ran into this. The latest version of `RTVIPRocessor` doesn't require a `transport` argument.
Thanks! I think this can be closed now since newer version have been released with this issue already fixed.
@joachimchauvet Thank you!!! Any chance we can rebase and try this again?
Thank you! Looks great! Added a couple of comments. Needs a rebase as well.