Skip to content

Commit 5faac08

Browse files
committed
docs: add changelog for #4058
1 parent 4171a75 commit 5faac08

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

changelog/4058.fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Fixed raw language strings like `"de-DE"` silently failing when passed to TTS/STT services (e.g. ElevenLabs producing no audio). Raw strings now go through the same `Language` enum resolution as enum values, so regional codes like `"de-DE"` are properly converted to service-expected formats like `"de"`. Unrecognized strings log a warning instead of failing silently.

0 commit comments

Comments
 (0)