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.