tts: fix RimeHttpTTSService/PiperTTSService 16-bit audio frames alignment

This commit is contained in:
Aleix Conchillo Flaqué
2025-10-10 12:09:20 -07:00
parent fdaa4e476e
commit 0473556992
4 changed files with 62 additions and 18 deletions

View File

@@ -5,6 +5,14 @@ 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]
### Fixed
- Fixed an issue where `RimeHttpTTSService` and `PiperTTSService` could generate
incorrectly 16-bit aligned audio frames, potentially leading to internal
errors or static audio.
## [0.0.90] - 2025-10-10
### Added