services: transcription timestamp should use ISO8601 format

This commit is contained in:
Aleix Conchillo Flaqué
2024-07-22 22:17:18 -07:00
parent eb998aa502
commit 0852b50b8f
5 changed files with 26 additions and 8 deletions

View File

@@ -5,6 +5,12 @@ All notable changes to **pipecat** will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unrelease]
### Fixed
- STT services should be using ISO 8601 time format for transcription frames.
## [0.0.37] - 2024-07-22
### Added