A developer has created an Android application that runs the Qwen3TTS 0.6B model locally on mobile devices. The app utilizes a custom GGML-based C++ backend to enable text-to-speech processing without cloud dependency.
- The demo achieves approximately 0.5x realtime speed on a Galaxy S25 CPU, with performance varying based on text length.
- The underlying inference engine is provided by the qwen3-tts.cpp repository.
- Vulkan GPU acceleration was not implemented due to compatibility issues with Qualcomm Adreno kernels.
The project serves as a functional showcase for running Qwen3 TTS on Android hardware.