Merge branch 'main' into khk-tts-timings

This commit is contained in:
Kwindla Hultman Kramer
2024-06-06 13:05:42 -04:00
committed by GitHub
2 changed files with 25 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ 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).
## Unreleased
### Added
@@ -15,6 +16,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fixed PlayHT TTS service to work properly async
## [0.0.28] - 2024-06-05
### Fixed
- Fixed an issue with `SileroVADAnalyzer` that would cause memory to keep
growing indefinitely.
## [0.0.27] - 2024-06-05
### Added