task: allow specifying heartbeat period

This commit is contained in:
Aleix Conchillo Flaqué
2025-01-21 11:43:21 -08:00
parent dd21b424d6
commit bd6f82cf94
2 changed files with 8 additions and 2 deletions

View File

@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Added
- It is now possible to specify the period of the `PipelineTask` heartbeat
frames with `heartbeats_period_secs`.
### Fixed
- Fixed a type error when using `voice_settings` in `ElevenLabsHttpTTSService`.