Part of qwen3-tts — a pure C inference engine for Qwen3-TTS.
TL;DR
The engine is pure C and CPU by default. We added two opt-in GPU backends that leave the CPU path untouched:
Apple Metal (make metal) — 0.6B model RTF 1.5 → 0.60 on an M1, 0.36 on an M2 Pro; streaming first-audio in 314 ms.
NVIDIA CUDA (make cuda) — 1.7B model RTF 0.44 on a ~270 GB/s GPU (RTX 4060-class), scaling to ~0.12 on a 4090.






