Skip to content

Commit

Permalink
add logs
Browse files Browse the repository at this point in the history
  • Loading branch information
robotaref committed Oct 22, 2023
1 parent ec02c88 commit bc99163
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vocode/streaming/streaming_conversation.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ async def process(self, item: InterruptableAgentResponseEvent[FillerAudio]):
silence_threshold = (
self.config.silence_threshold_seconds
)
self.conversation.logger.debug(f"Waiting for {silence_threshold} seconds before sending {self.name} to output")
await asyncio.sleep(silence_threshold)
self.conversation.logger.debug(f"Finished waiting for {self.name} to start")
self.conversation.logger.debug(f"Sending {self.name} to output")
Expand Down

0 comments on commit bc99163

Please sign in to comment.