Skip to content

QTS (Qwen3 TTS)

QTS is the local Qwen3 TTS stack in XLAI: native synthesis in xlai-qts-core, a CLI in xlai-qts-cli, and browser-facing manifest types for future WASM integration.

Native

  • Engine and TtsModel bridge: xlai-qts-core
  • CLI (xlai-qts): synthesize, profile, interactive TUI
  • Export and Hugging Face packaging: Python scripts/qtsExport and Hugging Face
  • Vocoder pipelining and overlap: Vocoder streaming

Browser / WASM

The in-browser engine is not complete yet; xlai-wasm exposes a stable surface and capability types while GGML/ORT browser work proceeds.

Hugging Face

Released under the Apache License 2.0.