dictation-audio

根据英语单词生成听写音频,每个单词读两遍,中间停顿1秒

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "dictation-audio" with this command: npx skills add effeceee/dictation-audio

Dictation Audio Generator

根据英语单词生成听写音频,每个单词读两遍,中间停顿1秒。

作者

Maosi English Team

使用方法

# 交互式输入
python3 dictation.py

# 或使用管道
echo -e "band\npractise\nsharp" | python3 dictation.py

输入格式

每行一个单词,支持格式:

  • word - 纯英文单词
  • word中文 - 带中文注释(如 band乐队 会自动提取 band

输出

生成 /tmp/dictation.mp3 文件

音频格式

  • 语音:en-GB-RyanNeural
  • 语速:-20%
  • 停顿:1秒
  • 朗读顺序:单词1 → 停顿 → 单词1 → 停顿 → 单词2 → 停顿 → 单词2 → ...

示例

输入:

band
practise
sharp
need

输出: 4个单词的听写音频,每个单词读两遍,单词间停顿1秒

技术实现

  1. 输入验证:正则过滤,只保留英文字母、空格和连字符
  2. 依赖检查:使用 shutil.which() 验证工具存在
  3. 音频生成:调用 edge-tts 生成单词音频
  4. 静音生成:ffmpeg 生成1秒静音片段
  5. 音频合并:ffmpeg concat 合并所有片段

安全设计

  • 依赖验证:启动时检查 edge-tts 和 ffmpeg 是否可用
  • 输入过滤:正则验证,只允许英文字母、空格和连字符
  • 长度限制:单词最大100字符
  • 临时目录:所有中间文件在系统临时目录,不暴露敏感路径
  • subprocess安全:使用 shutil.which() 验证工具路径,参数列表传递
  • 超时保护:30秒超时防止进程挂起
  • 资源清理:临时文件自动清理

License

Apache License 2.0

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Huo15 Openclaw Enhance

火一五·克劳德·龙虾增强插件 v5.7.8 — 全面适配 openclaw 2026.4.24:peerDep ^4.24 + build/compat 同步到 4.24 + 14 处 api.on 全部去掉 as any 改成 typed hook(hookName 联合类型 + handler 自动推断 Pl...

Registry SourceRecently Updated
General

Content Trend Analyzer

Aggregates and analyzes content trends across platforms to identify hot topics, user intent, content gaps, and generates data-driven article outlines.

Registry SourceRecently Updated
General

Prompt Debugger

Debug prompts that produce unexpected AI outputs — diagnose failure modes, identify ambiguity and conflicting instructions, test variations, compare model re...

Registry SourceRecently Updated
General

Indie Maker News

独行者 Daily - 变现雷达。读对一条新闻,少走一年弯路。每天5分钟,给创业者装上商业雷达。聚焦一人公司、副业、创业变现资讯,智能分类,行动导向。用户下载即能用,无需本地部署!

Registry SourceRecently Updated