examples: add foundational 07x-interruptible-local.py

This commit is contained in:
Aleix Conchillo Flaqué
2025-03-22 21:57:32 -07:00
parent a3ccbf91f7
commit 3311afc581
2 changed files with 96 additions and 0 deletions

View File

@@ -16,6 +16,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fixed an issue in `UltravoxSTTService` that caused improper audio processing
and incorrect LLM frame output.
### Other
- Added `examples/foundational/07x-interruptible-local.py` to show how a local
transport can be used.
## [0.0.60] - 2025-03-20
### Added