Views
No views yet
1# With QOR Voice Studio (recommended):
2# 1. Start QOR server: python -m qor serve
3# 2. Open Voice Studio in browser
4# 3. Go to Models tab → Download → Load
5# 4. Record your voice → Test Clone
6
7# Direct Python usage:
8from qor.qwen_tts import QwenTTSEngine
9
10engine = QwenTTSEngine()
11engine.load_model("1.7B")
12wav_path, duration = engine.generate(
13 text="Hello, this is my cloned voice!",
14 reference_audio="my_voice_sample.wav",
15 reference_text="What I said in the sample",
16 language="en",
17)| Property | Value |
|---|---|
| Parameters | 1.7 billion |
| Size | ~4 GB |
| License | Apache 2.0 |
| Languages | English, Chinese, Japanese, Korean, German, French, Spanish, Portuguese, Russian, Italian |
| Supports | Voice cloning, text-to-speech, instruction-guided delivery |
| Device | CUDA, DirectML (Windows), CPU |
| Based on | Qwen/Qwen3-TTS-12Hz-1.7B-Base |