<aside> 🛠

On-Device Text-to-Speech Voiceover (Korean & English)


Qwen3-TTS: on-device text-to-speech voiceover for Korean and English. Type text, get a spoken audio file back — with a picked narrator voice preset. Runs locally in the studio.

</aside>


What it does

Qwen3-TTS turns written text into spoken audio. Give it a sentence, paragraph, or script in Korean or English, choose a narrator voice preset, and it produces a voiceover audio clip. Unlike commercial TTS services (ElevenLabs, Google Cloud TTS, OpenAI TTS), this node runs entirely on-device — the audio never leaves your machine, and you don't need an API key or subscription. Qwen3-TTS is developed by Alibaba's Qwen team as part of their broader Qwen3 speech stack (which also includes Qwen3-ASR for speech recognition). The upstream model supports voice design, voice cloning, and voice presets; the studio exposes the preset flow (pick a named voice) as the first option, keeping the workflow simple.

Problem it solves

Input/Output

Accuracy & Speed

Type Local (on-device) model — no external API dependency
Provider Alibaba Qwen — part of the Qwen3 speech stack (siblings: Qwen3-ASR, Qwen3-ForcedAligner)
Languages Korean and English (UI-exposed); the upstream model may support additional languages
API key required? No — runs locally in the studio
Internet required? No — audio generation happens on-device
Voice control Preset selection in the studio (upstream model supports voice design and voice cloning as well)
Compare to external TTS No per-minute cost or API quota; audio stays on-device (privacy); trade-off is local compute usage vs. offloading to a cloud API

Technical Details