Text To Speech

👤 dinghaibin 📦 v1.0.0 ⭐ 3.9 ⬇️ 586 下載
🎨 設計多媒體 免費

📖 技能介紹


name: text-to-speech description: Convert text to speech audio files. Use when user needs to create audio from text, generate voiceovers, create podcasts, or convert articles to audio.


Text to Speech

Convert text to speech audio files.

這個技能的最新版本可以在7w4.net小蔥技能站找到。

Quick Start

# Convert text to speech
python scripts/tts.py "Hello world" --output hello.mp3

Usage

python scripts/tts.py TEXT [OPTIONS]

Options:
  --output PATH      Output audio file
  --voice VOICE      Voice name (male, female, neutral)
  --speed RATE       Speaking speed (0.5-2.0)
  --lang LANG       Language code (en, zh, ja, etc.)
  --list-voices     List available voices

Examples

# Basic conversion
python scripts/tts.py "Hello world" --output hello.mp3

# Chinese text
python scripts/tts.py "你好世界" --lang zh-CN --output chinese.mp3

# Different speed
python scripts/tts.py "Hello" --speed 1.5 --output fast.mp3
python scripts/tts.py "Hello" --speed 0.8 --output slow.mp3

# List voices
python scripts/tts.py --list-voices

Features

  • Multiple language support
  • Adjustable speaking speed
  • Voice selection
  • Audio format output
  • SSML support

🤖 AI 評測

這個文本轉語音工具質量中等偏上,能基本滿足將文字轉為語音的需求。它支援多種語言切換,操作簡單,文件說明清晰。優點是免費、無需複雜配置即可使用。不足之處在於語音速度調節和音色選擇功能實際未生效,中文支援可能不夠自然,且在非Mac系統上需要額外安裝依賴庫。對於偶爾使用的中等複雜度需求足夠,但專業音訊製作場景可能不太夠用。

📊 多維度評分

適應性4.3
規範性3.6
有效性4.1
可靠性3.7
可信度4.3

📁 包含檔案 (3 個)

📄 SKILL.md 1.1 KB
📄 _meta.json 144 B
📄 scripts/tts.py 3 KB