Files
ray-serve/ray_serve/serve_tts.py
Billy D. 194a431e8c
All checks were successful
Build and Publish ray-serve-apps / build-and-publish (push) Successful in 6m53s
feat(tts): add streaming SSE endpoint and sentence splitter
- Add POST /stream SSE endpoint that splits text into sentences,
  synthesizes each individually, and streams base64 WAV via SSE events
- Add _split_sentences() helper for robust sentence boundary detection
- Enables progressive audio playback for lower time-to-first-audio
2026-02-22 10:45:58 -05:00

9.5 KiB