magnificent-dusk-62723
06/24/2025, 4:05 PMstt=STTFallbackAdapter(
stt=[
StreamAdapter(
stt=openai.STT(
model="gpt-4o-mini-transcribe",
detect_language=True,
)
),
wll this code fix ittall-airline-16756
06/24/2025, 4:05 PMtall-airline-16756
06/24/2025, 4:06 PMStreamAdapter
is indeed the correct approach. Your provided code snippet appears to address this issue by using StreamAdapter
to enable streaming functionality for the OpenAI STT service. This should fix the problem, provided that all other configurations are correct.
Sources: GitHub:: LiveKit Composite Repo | livekit/agents-js/agents/src/stt/stream_a... | livekit.agents.stt.fallback_adapter API documentation