From bd6afd445d3bd2dbda8a1b5553c9508be5afb9dd Mon Sep 17 00:00:00 2001 From: Om Chauhan Date: Wed, 31 Dec 2025 09:18:18 +0530 Subject: [PATCH] added changelog --- changelog/3329.changed.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/3329.changed.md diff --git a/changelog/3329.changed.md b/changelog/3329.changed.md new file mode 100644 index 000000000..8271decf2 --- /dev/null +++ b/changelog/3329.changed.md @@ -0,0 +1 @@ +- Added encoding validation to `DeepgramTTSService` to prevent unsupported encodings from reaching the API. The service now raises `ValueError` at initialization with a clear error message.