No sound played without this fix on window#174
Merged
vvolhejn merged 1 commit intoJan 26, 2026
Conversation
(pre-commit hook done)
vvolhejn
approved these changes
Jan 26, 2026
vvolhejn
left a comment
Collaborator
There was a problem hiding this comment.
Oh, that looks like a bug indeed! Thanks for the fix
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
(pre-commit hook done)
Checklist
cargo check,cargo clippy,cargo test.PR Description
Hello,
I'm not sur at all it will be helpfull for you because I'm on window.
(I replace "triton" lib by "triton-windows" from pypi)
I notice this bug that prevent me to ear any sound in the tts_pytorch_streaming.py example.
So I would like to share it. I hope it will help.
Here is a "more readable" content of the fix (before pre-hook git commit and ruff formatter):

Notes:
cargo check,cargo clippy,cargo test.