examples(foundational): update 22 series with simple main pipelines

This commit is contained in:
Aleix Conchillo Flaqué
2025-08-08 16:52:13 -07:00
parent 0f137e36c2
commit 1c2e114fa2
5 changed files with 332 additions and 283 deletions

View File

@@ -22,9 +22,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Improving the latency of the `HeyGenVideoService`.
- Updated `15-switch-voices.py` and `15a-switch-languages.py` examples to show
how to enclose complex logic (e.g. `ParallelPipeline`) into a single processor
so the main pipeline becomes simpler.
- Updated foundational examples to show how to enclose complex logic
(e.g. `ParallelPipeline`) into a single processor so the main pipeline becomes
simpler.
## [0.0.79] - 2025-08-07