[WIP] AWS Nova Sonic service

This commit is contained in:
Paul Kompfner
2025-04-23 17:44:07 -04:00
parent 6d30f441e8
commit 7668b27fc0
2 changed files with 12 additions and 7 deletions

View File

@@ -306,7 +306,7 @@ class AWSNovaSonicService(LLMService):
logger.debug(f"[pk] got JSON from server: {json_data}")
if "audioOutput" in json_data["event"]:
self._handle_audio_output_event(json_data["event"])
await self._handle_audio_output_event(json_data["event"])
except Exception as e:
logger.error(f"{self} error processing responses: {e}")