pipeline: add send_initial_empty_metrics flag

This commit is contained in:
Aleix Conchillo Flaqué
2024-07-23 10:50:15 -07:00
parent 33f0865430
commit 69f64899fe
3 changed files with 10 additions and 2 deletions

View File

@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unrelease]
### Added
- Added `send_initial_empty_metrics` flag to `PipelineParams` to request for
initial empty metrics (zero values). True by default.
### Fixed
- STT services should be using ISO 8601 time format for transcription frames.