services(ultravox): CHANGELOG, formatting and minor changes

This commit is contained in:
Aleix Conchillo Flaqué
2025-03-13 10:47:47 -07:00
parent b426be3067
commit 87004937be
5 changed files with 120 additions and 111 deletions

View File

@@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Added new `UltravoxSTTService`.
(see https://github.com/fixie-ai/ultravox)
- Added `on_frame_reached_upstream` and `on_frame_reached_downstream` event
handlers to `PipelineTask`. Those events will be called when a frame reaches
the beginning or end of the pipeline respectively.