Loading...
Loading...
Use when cloning voices with Alibaba Cloud Model Studio Qwen TTS VC models. Use when creating cloned voices from sample audio and synthesizing text with cloned timbre.
npx skill4agent add cinience/alicloud-skills aliyun-qwen-tts-voice-cloneqwen3-tts-vc-2026-01-22qwen3-tts-vc-realtime-2026-01-15python3 -m venv .venv
. .venv/bin/activate
python -m pip install dashscopeDASHSCOPE_API_KEYdashscope_api_key~/.alibabacloud/credentialstextvoice_samplevoice_namestreamaudio_urlvoice_idrequest_idvoice_id.venv/bin/python skills/ai/audio/aliyun-qwen-tts-voice-clone/scripts/prepare_voice_clone_request.py \
--text "Welcome to this voice-clone demo" \
--voice-sample "https://example.com/voice-sample.wav"output/ai-audio-tts-voice-clone/audio/OUTPUT_DIRmkdir -p output/aliyun-qwen-tts-voice-clone
for f in skills/ai/audio/aliyun-qwen-tts-voice-clone/scripts/*.py; do
python3 -m py_compile "$f"
done
echo "py_compile_ok" > output/aliyun-qwen-tts-voice-clone/validate.txtoutput/aliyun-qwen-tts-voice-clone/validate.txtoutput/aliyun-qwen-tts-voice-clone/references/sources.md