Files
pipecat/examples/foundational
Aleix Conchillo Flaqué 9bbb824248 introduce FrameProcessor single async push frame task
Pipecat has a pipeline-based architecture. The pipeline consists of frame
processors linked to each other. The elements travelling across the pipeline are
called frames.

To have a deterministic behavior the frames travelling through the pipeline are
awlays ordered, except system frames which are out-of-band frames.

To achieve ordering each frame processor only outputs frames from a single
task. This single task is internally created in each FrameProcessor and the
developer doesn't need to know much about it, except conceptually.

Having a single output task avoids problems such as audio overlapping.
2024-09-01 11:44:00 -07:00
..
2024-03-18 11:51:38 -07:00