Files
pipecat/changelog/4045.fixed.md
Mark Backman 3b8d040e41 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-16 19:45:03 -04:00

111 B

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