Files
pipecat/changelog/4045.fixed.md
Mark Backman d7d6ad6e96 Fix SonioxSTTService crash when language_hints contains plain strings (#4045)
Refactor language_to_soniox_language to use resolve_language + LANGUAGE_MAP
pattern consistent with other services. Fix resolve_language fallback to use
str(language) instead of language.value so plain strings don't crash.
2026-03-20 21:34:21 -04:00

111 B

Fixed SonioxSTTService crash when language_hints contains plain strings instead of Language enum values.