Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jayeshp19 committed Dec 26, 2024
1 parent 75b4a8f commit aeaa6ae
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions livekit-agents/livekit/agents/multimodal/multimodal_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,10 +276,6 @@ def _input_speech_committed():

@self._session.on("input_speech_transcription_completed")
def _input_speech_transcription_completed(ev: InputTranscriptionProto):
if ev.error is not None or ev.transcript is None:
self.emit("input_speech_transcription_failed", ev)
return

self._stt_forwarder.update(
stt.SpeechEvent(
type=stt.SpeechEventType.FINAL_TRANSCRIPT,
Expand Down

0 comments on commit aeaa6ae

Please sign in to comment.