diff --git a/changelog/4521.added.md b/changelog/4521.added.md new file mode 100644 index 000000000..1d9defd60 --- /dev/null +++ b/changelog/4521.added.md @@ -0,0 +1 @@ +- Added `max_endpoint_delay_ms` to `SonioxSTTService.Settings`, controlling the maximum delay (500-3000 ms) before endpoint detection finalizes a turn. diff --git a/changelog/4521.changed.md b/changelog/4521.changed.md new file mode 100644 index 000000000..052a07728 --- /dev/null +++ b/changelog/4521.changed.md @@ -0,0 +1 @@ +- `SonioxSTTService` now applies settings updates (e.g. via `STTUpdateSettingsFrame`) using a graceful reconnect instead of a hard disconnect/reconnect, preserving the service's reconnect retry behavior. diff --git a/changelog/4521.removed.md b/changelog/4521.removed.md new file mode 100644 index 000000000..07d5d179f --- /dev/null +++ b/changelog/4521.removed.md @@ -0,0 +1 @@ +- Removed the unsupported Georgian (`Language.KA`) language mapping from `SonioxSTTService`.