changelog: add files for 3585

This commit is contained in:
Aleix Conchillo Flaqué
2026-01-28 23:59:37 -08:00
parent 5a85e27cc5
commit bd00587092
2 changed files with 2 additions and 0 deletions

1
changelog/3585.added.md Normal file
View File

@@ -0,0 +1 @@
- Added local `PiperTTSService` for offline text-to-speech using Piper voice models. The existing HTTP-based service has been renamed to `PiperHttpTTSService`.

1
changelog/3585.fixed.md Normal file
View File

@@ -0,0 +1 @@
- Fixed `PiperHttpTTSService` (olf `PiperTTSService`) to resample audio output based on the model's sample rate parsed from the WAV header.