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.