Skip to content

Conversation

@pixelsama
Copy link
Owner

Summary

  • keep output handler connection alive until streaming audio completes
  • add asyncio import to dialog-engine app to allow scheduling background TTS tasks
  • document the TTS audio debug plan so others can reproduce the test flow

Testing

  • python script replayed demo/sauc_python/input.webm through ws/input and ws/output: received 500+ audio chunks and audio_complete
  • frontend mic capture verified text stream and audio chunk metadata in console

@pixelsama
Copy link
Owner Author

@codex review the code

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines 5 to 7
av==12.3.0
numpy>=2.0.2<3
openai==1.68.0

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Fix invalid numpy version specifier

The new requirements entry numpy>=2.0.2<3 is not valid pip syntax because range specifiers must be separated by a comma (numpy>=2.0.2,<3). As written, pip install -r requirements.txt will fail to parse the requirement and the dialog-engine service cannot build. This blocks any environment setup that relies on the file.

Useful? React with 👍 / 👎.

@pixelsama pixelsama merged commit 9593886 into main Nov 7, 2025
7 of 8 checks passed
@pixelsama pixelsama deleted the feat/real-streaming-asr branch November 7, 2025 12:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants