merge dev into main #49

Merged
8464960 merged 430 commits from dev into main 2026-01-28 10:49:15 +00:00
Showing only changes of commit 1360567820 - Show all commits

View File

@@ -272,7 +272,7 @@ class VADAgent(BaseAgent):
# Prepend the last chunk that had no speech, for a more fluent boundary # Prepend the last chunk that had no speech, for a more fluent boundary
self.audio_buffer = chunk self.audio_buffer = chunk
async def handle_message(self, msg: InternalMessage): async def handle_message(self, msg: InternalMessage):
""" """
Handle incoming messages. Handle incoming messages.