返回顶部
a

aliyun-qwen-tts-voice-design阿里云语音设计

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.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
119
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

aliyun-qwen-tts-voice-design

类别: 提供者

Model Studio Qwen TTS 语音设计

使用语音设计模型,根据自然语言描述生成可控的合成语音。

关键模型名称

使用以下精确的模型字符串之一:

  • - qwen3-tts-vd-2026-01-26
  • qwen3-tts-vd-realtime-2026-01-15

前提条件

  • - 在虚拟环境中安装 SDK:

bash
python3 -m venv .venv
. .venv/bin/activate
python -m pip install dashscope

  • - 在环境中设置 DASHSCOPEAPIKEY,或将 dashscopeapikey 添加到 ~/.alibabacloud/credentials 文件中。

标准化接口 (tts.voice_design)

请求

  • - voice_prompt (字符串,必填) 目标语音描述
  • text (字符串,必填)
  • stream (布尔值,可选)

响应

  • - audiourl (字符串) 或流式 PCM 数据块
  • voiceid (字符串)
  • request_id (字符串)

操作指导

  • - 编写包含语气、语速、情感和音色约束的语音提示。
  • 构建可复用的语音提示库,以确保产品一致性。
  • 在长文本脚本之前,先用短句验证生成的语音。

本地辅助脚本

准备一个标准化的请求 JSON 并验证响应模式:

bash
.venv/bin/python skills/ai/audio/aliyun-qwen-tts-voice-design/scripts/preparevoicedesign_request.py \
--voice-prompt 一个温暖的女主持人声音,吐字清晰,语速适中 \
--text 这是一个语音设计演示

输出位置

  • - 默认输出:output/ai-audio-tts-voice-design/audio/
  • 通过 OUTPUT_DIR 覆盖基础目录。

验证

bash
mkdir -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 pycompileok > output/aliyun-qwen-tts-voice-design/validate.txt

通过标准:命令退出码为 0,并且生成了 output/aliyun-qwen-tts-voice-design/validate.txt 文件。

输出与证据

  • - 将产物、命令输出和 API 响应摘要保存到 output/aliyun-qwen-tts-voice-design/ 目录下。
  • 在证据文件中包含关键参数(区域/资源 ID/时间范围),以确保可复现性。

工作流程

1) 确认用户意图、区域、标识符,以及操作是只读还是修改型。
2) 首先执行一个最小的只读查询,以验证连接性和权限。
3) 使用明确的参数和限定的范围执行目标操作。
4) 验证结果并保存输出/证据文件。

参考

  • - references/sources.md

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 aliyun-qwen-tts-voice-design-1775886256 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 aliyun-qwen-tts-voice-design-1775886256 技能

通过命令行安装

skillhub install aliyun-qwen-tts-voice-design-1775886256

下载

⬇ 下载 aliyun-qwen-tts-voice-design v1.0.0(免费)

文件大小: 3.46 KB | 发布时间: 2026-4-12 08:57

v1.0.0 最新 2026-4-12 08:57
Initial release of aliyun-qwen-tts-voice-design.

- Enables creation of synthetic voices using Alibaba Cloud Qwen TTS VD models from natural language descriptions.
- Provides standardized request/response interface for designing and synthesizing voices.
- Includes operational guidance for voice prompt creation and response validation.
- Offers helper scripts for preparing requests and validating outputs.
- Details directory structure and evidence collection for workflow reproducibility.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部