QORA-TTS 0.6B - Pure Rust Text-to-Speech Based on Qwen3-TTS-12Hz-0.6B-CustomVoice
#9
by drdraq - opened
Pure Rust TTS engine with 9 built-in speakers. No Python, no CUDA, no safetensors needed. Single executable + Q4 binary = portable TTS.
Based on Qwen3-TTS-12Hz-0.6B-CustomVoice (Apache 2.0).
Try: https://huggingface.co/qoranet/QORA-TTS-LIGHT
Transcribe an audio file (English)
qora-stt.exe --model-path . --load model.qora-stt --audio recording.wav
Specify language
qora-stt.exe --model-path . --load model.qora-stt --audio recording.wav --language french
Save transcription to file
qora-stt.exe --model-path . --load model.qora-stt --audio recording.wav --output transcript.txt