Token导航 LogoToken导航TokenDH.com
开发敏感数据clawhub未标认证来源可访问clear审计提醒

qwen3-free-ttsqwen3 免费 tts

Agent Skill

qwen3-free-tts 用于补充开发相关能力,适合在 OpenClaw 中需要让 Agent 承接开发相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

6,897

周安装

279

GitHub Stars

公开资料未说明

下载量

2,165
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:qwen3-free-tts(qwen3 免费 tts)
来源仓库:https://github.com/dsalfkjaklsdfjqw/qwen3-free-tts
安装命令:
openclaw skills install qwen3-free-tts
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install qwen3-free-tts

简介

🆓 完全免费的本地文字转语音(TTS)与声音克隆技能。基于 Qwen3-TTS-1.7B 模型,支持 Apple Silicon,无需联网,保护隐私。可用于有声书制作、AI 角色配音、无障碍应用等场景。

SKILL.md

name
free-tts-voice-cloning
name_zh
免费文字转语音与克隆
description
🆓 完全免费的本地文字转语音(TTS)与声音克隆技能。基于 Qwen3-TTS-1.7B 模型,支持 Apple Silicon,无需联网,保护隐私。可用于有声书制作、AI 角色配音、无障碍应用等场景。
description_en
🆓 FREE local Text-to-Speech (TTS) & Voice Cloning skill. Based on Qwen3-TTS-1.7B model, Apple Silicon optimized, runs locally without internet, privacy protected.
categories
[audio, tts, voice-cloning, generative-ai, free, tools]
keywords
[免费语音合成, 免费声音克隆, 文字转语音, 免费TTS, TTS, Text-to-Speech, Voice Cloning, Qwen3-TTS, mlx-audio, Apple Silicon]
platforms
[macOS]
author
OpenClaw 社区
author_en
OpenClaw Community
license
MIT
price
free

🎤 免费文字转语音与克隆 (Free TTS & Voice Cloning)

🆓 完全免费的本地文字转语音(TTS)与声音克隆技能。无需 API Key,无需联网,无任何使用限制。支持声音克隆(10秒音频克隆任意声音)、文字转语音(12+内置声音)、翻译配音(配合翻译工具实现多语言配音)。

High-quality 100% FREE local TTS voice synthesis and voice cloning skill. No API key required, no internet needed, unlimited usage. Supports voice cloning, text-to-speech, and translation dubbing.

✨ 功能特性

  • 🆓 完全免费: 无 API 费用,无调用限制,永久免费使用
  • 🔊 高质量语音合成: 基于 Qwen3-TTS-1.7B 模型,输出自然流畅
  • 🎭 声音克隆: 只需 10-30 秒参考音频,即可克隆任意声音
  • 🎛️ 多声音模板: 内置 12+ 种不同风格和特点的声音模板
  • ⚡ Apple Silicon 优化: 基于 MLX 框架,本地推理速度快
  • 🌍 多语言支持: 支持中文、英文、日文、韩文等多种语言
  • 🔒 隐私保护: 所有处理在本地运行,不上传任何数据到云端
  • 📝 翻译配音: 配合翻译工具可实现多语言翻译+配音工作流

✨ Features

  • 🔊 High-Quality Synthesis: Powered by Qwen3-TTS-1.7B model for natural-sounding speech
  • 🎭 Voice Cloning: Clone any voice with just 10-30 seconds of reference audio
  • 🎛️ Multiple Voice Templates: 12+ built-in voices with different styles and characteristics
  • ⚡ Apple Silicon Optimized: Built on MLX framework for fast local inference
  • 🌍 Multi-Language Support: Chinese, English, Japanese, Korean, and more
  • 🔒 Privacy-First: All processing runs locally, no data sent to cloud

📋 系统要求

项目要求
芯片Apple Silicon (M1/M2/M3/M4)
系统macOS 12.0+
Python3.10+
内存建议 8GB+
磁盘空间约 3GB 用于模型文件

📋 Requirements

ItemRequirement
ChipApple Silicon (M1/M2/M3/M4)
OSmacOS 12.0+
Python3.10+
RAM8GB+ recommended
Disk Space~3GB for model files

🚀 快速安装

方法一:一键安装

chmod +x install_dependencies.sh && ./install_dependencies.sh

方法二:手动安装

# 1. 安装系统依赖
brew install python@3.10 ffmpeg

# 2. 安装 Python 包
python3.10 -m pip install mlx-audio

🚀 Quick Installation

Method 1: One-Click Install

chmod +x install_dependencies.sh && ./install_dependencies.sh

Method 2: Manual Installation

# 1. Install system dependencies
brew install python@3.10 ffmpeg

# 2. Install Python packages
python3.10 -m pip install mlx-audio

🎯 使用指南

1. 交互式演示

python3.10 voice_cloning_demo.py

2. 声音克隆 API

从参考音频文件克隆任意声音:

🎯 Usage Guide

1. Interactive Demo

python3.10 voice_cloning_demo.py

2. Voice Cloning API

Clone any voice from a reference audio file:

from mlx_audio.tts.utils import load_model
from mlx_audio.tts.generate import generate_audio

# Load model (auto-downloads on first run, ~3GB)
model = load_model('mlx-community/Qwen3-TTS-12Hz-1.7B-Base-8bit')

# Generate cloned voice
generate_audio(
    model=model,
    text="Your text content here, supports long-form generation",
    ref_audio="path/to/reference_audio.wav",  # 10-30 second voice sample
    lang_code="zh",                          # zh, en, ja, ko, etc.
    file_prefix="output_filename",           # Output: output_filename_000.wav
    max_tokens=3000                          # Prevent audio truncation
)

3. Built-in Voice Templates

Generate speech without reference audio using pre-built voices:

from mlx_audio.tts.utils import load_model

model = load_model('mlx-community/Qwen3-TTS-12Hz-1.7B-Base-8bit')

# Generate speech with built-in voice template
results = list(model.generate(
    text='Hello world, this is a text-to-speech test',
    voice='af_heart',      # Voice template code
    language='Chinese'     # Language
))

# Save audio file
with open('output.wav', 'wb') as f:
    for result in results:
        f.write(result.audio)

🎵 Built-in Voice Templates

CodeStyleGender
af_heartWarm & FriendlyFemale
af_chatConversationalFemale
af_narrationStorytellingFemale
af_emoExpressiveFemale
am_adventureAdventurousMale
am_broadcastProfessionalMale
am_chatConversationalMale
am_narrationStorytellingMale
am_emoExpressiveMale
us_afAmerican EnglishFemale
us_amAmerican EnglishMale
cn_amChinese MandarinMale
jp_afJapaneseFemale

📝 Best Practices

Reference Audio Preparation

  1. Duration: 10-30 seconds of clear human speech
  2. Format: WAV format, mono, 16kHz/24kHz
  3. Environment: Quiet room, no background noise
  4. Content: Natural conversational speech, avoid extreme emotions

Quality Optimization

# Recommended parameters for best quality
generate_audio(
    model=model,
    text="Your text here",
    ref_audio="reference.wav",
    lang_code="zh",
    file_prefix="output",
    max_tokens=3000,        # Increase for longer text
    temperature=0.8,        # Diversity control (0.5-1.0)
    repetition_penalty=1.1  # Reduce repetition
)

Batch Generation

# Batch processing example
texts = [
    "First paragraph text",
    "Second paragraph text",
    "Third paragraph text",
]

for i, text in enumerate(texts):
    generate_audio(
        model=model,
        text=text,
        ref_audio="reference_audio.wav",
        lang_code="zh",
        file_prefix=f"batch_{i:03d}",
        max_tokens=3000
    )
    print(f"Generated: batch_{i:03d}_000.wav")

🔧 Troubleshooting

Common Issues

Q: Audio gets truncated?

# Increase max_tokens parameter
generate_audio(..., max_tokens=5000)

Q: Slow model download?

# Use Hugging Face mirror
export HF_ENDPOINT=https://hf-mirror.com
python3.10 your_script.py

Q: Poor cloning quality?

  • Ensure reference audio is clear with no background noise
  • Optimal reference duration: 15-25 seconds
  • Try different reference audio recordings
  • Match text style to reference voice style

Q: Python version issues?

# Verify Python 3.10 path
which python3.10
/opt/homebrew/bin/python3.10  # Confirm path

# Use full path to call
/opt/homebrew/bin/python3.10 your_script.py

⚖️ Legal Notice & Disclaimer

Important Legal Information

This skill is intended for legal and ethical use only. By using this skill, you agree to the following terms:

1. Voice Cloning Ethics

  • Only clone voices that you own or have explicit written permission to clone
  • Do not use this skill to impersonate others without consent
  • Do not use this skill for fraudulent, deceptive, or malicious purposes
  • Respect privacy rights and obtain proper authorization for all voice data you process

2. Copyright Compliance

  • Ensure you have the legal right to use and reproduce any text content converted to speech
  • Generated audio content may be subject to copyright laws in your jurisdiction
  • Users are solely responsible for complying with all applicable copyright regulations

3. Compliance with Laws

  • Users must comply with all local, state, and federal laws regarding:

- Voice synthesis and recording - Data privacy and protection - Intellectual property rights - Biometric information laws (where applicable)

  • This skill may be subject to specific regulations in certain jurisdictions

4. No Warranty & Limitation of Liability

THIS SKILL IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.

5. Responsible Use Guidelines

Permitted Uses (Proper Authorization Required Where Noted):

  • Personal voice cloning for personal use
  • Creating audiobooks from content you own or have rights to
  • Voice assistants and accessibility applications
  • AI character voices for games or animations (with original voice design)
  • Educational and research purposes
  • Dubbing content you own or have licensed

Prohibited Uses:

  • Cloning voices without explicit written consent
  • Creating deepfakes for deceptive purposes
  • Impersonating individuals or entities
  • Generating harmful, illegal, or misleading content
  • Violating privacy rights or data protection laws
  • Any use that could cause harm to individuals or society

中文法律声明: 本技能仅用于合法合规用途。使用本技能即表示您同意:仅克隆您拥有或已获得明确书面授权的声音;遵守所有适用的版权和隐私法规;对使用本技能产生的任何后果承担全部责任。禁止将本技能用于欺诈、冒充或任何非法目的。

📄 License

MIT License

🤝 Contributing

Issues and Pull Requests are welcome! Feel free to contribute to this skill.


Keywords: TTS, Text-to-Speech, Voice Cloning, Qwen3, Qwen3-TTS, mlx-audio, Apple Silicon, Local Deployment, Audiobooks, Dubbing, Generative AI

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

74.78%
按下载量换算1,619

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills