π¦ ClawHub
Aliyun Qwen Tts Voice Clone
by @cinience
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 clon...
βοΈ Configuration
python3 -m venv .venv
. .venv/bin/activate
python -m pip install dashscope
DASHSCOPE_API_KEY in your environment, or add dashscope_api_key to ~/.alibabacloud/credentials.π Constraints
mkdir -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.txt
Pass criteria: command exits 0 and output/aliyun-qwen-tts-voice-clone/validate.txt is generated.
TERMINAL
clawhub install aliyun-qwen-tts-voice-clone