Loading...
Loading...
Use when designing custom voices with Alibaba Cloud Model Studio Qwen TTS VD models. Use when creating custom synthetic voices from text descriptions and using them for speech synthesis.
npx skill4agent add cinience/alicloud-skills aliyun-qwen-tts-voice-designqwen3-tts-vd-2026-01-26qwen3-tts-vd-realtime-2026-01-15python3 -m venv .venv
. .venv/bin/activate
python -m pip install dashscopeDASHSCOPE_API_KEYdashscope_api_key~/.alibabacloud/credentialsvoice_prompttextstreamaudio_urlvoice_idrequest_id.venv/bin/python skills/ai/audio/aliyun-qwen-tts-voice-design/scripts/prepare_voice_design_request.py \
--voice-prompt "A warm female host voice, clear articulation, medium pace" \
--text "This is a voice-design demo"output/ai-audio-tts-voice-design/audio/OUTPUT_DIRmkdir -p output/aliyun-qwen-tts-voice-design
for f in skills/ai/audio/aliyun-qwen-tts-voice-design/scripts/*.py; do
python3 -m py_compile "$f"
done
echo "py_compile_ok" > output/aliyun-qwen-tts-voice-design/validate.txtoutput/aliyun-qwen-tts-voice-design/validate.txtoutput/aliyun-qwen-tts-voice-design/references/sources.md