From bd005870920a6598dfaa5d471dfa770619b2a49c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Wed, 28 Jan 2026 23:59:37 -0800 Subject: [PATCH] changelog: add files for 3585 --- changelog/3585.added.md | 1 + changelog/3585.fixed.md | 1 + 2 files changed, 2 insertions(+) create mode 100644 changelog/3585.added.md create mode 100644 changelog/3585.fixed.md diff --git a/changelog/3585.added.md b/changelog/3585.added.md new file mode 100644 index 000000000..7335d2c18 --- /dev/null +++ b/changelog/3585.added.md @@ -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`. diff --git a/changelog/3585.fixed.md b/changelog/3585.fixed.md new file mode 100644 index 000000000..4993ed2f7 --- /dev/null +++ b/changelog/3585.fixed.md @@ -0,0 +1 @@ +- Fixed `PiperHttpTTSService` (olf `PiperTTSService`) to resample audio output based on the model's sample rate parsed from the WAV header.