mirror of
https://github.com/Nighthawk42/Qwen3-TTS-streaming.git
synced 2026-08-30 09:52:26 +00:00
Restructure the batch streaming loop and flush into a 3-phase approach: 1) collect decode windows for all active items, 2) perform a single batched GPU decode call, 3) per-item post-processing (crossfade, trim). Add decode_streaming_batch() to Qwen3TTSTokenizer to support B>1 batch decoding. Remove examples/test_batch_streaming.py test script.