Skip to content

Commit

Permalink
Emit audio_input.response messages to clients
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed May 20, 2024
1 parent 8bdf324 commit cc73981
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions neon_hana/mq_websocket_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ def handle_api_response(self, message: Message):
if message.msg_type == "neon.audio_input.response":
LOG.info(message.data.get("transcripts"))
LOG.debug(message.context.get("timing"))
run(self.send_to_client(message))

def handle_error_response(self, message: Message):
"""
Expand Down

0 comments on commit cc73981

Please sign in to comment.