Files
pipecat/tests
Mark Backman 4171a75f79 fix: resolve raw language strings through Language enum for proper service conversion
Raw strings like "de-DE" passed as the language parameter to TTS/STT services
were bypassing the Language enum resolution logic, causing silent failures
(e.g. ElevenLabs expects "de" not "de-DE"). Now raw strings are first converted
to Language enums so they go through the same resolve_language() path, with a
warning logged for unrecognized strings.
2026-03-20 21:34:21 -04:00
..
2026-01-28 09:15:42 -08:00
2026-03-10 14:54:49 +01:00
2026-03-09 12:07:45 -03:00