Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
| **[github-explorer](./github-explorer/)** | GitHub 项目深度分析。多源采集 + 结构化研判报告 | search-layer, content-extract |
| **[dependency-tracker](./dependency-tracker/)** | 依赖健康检查。扫描 skills/npm/pip/CLI 版本漂移,生成报告 | `requests` |
| **[gitclaw-backup](./gitclaw-backup/)** | GitHub 备份。将 OpenClaw 工作区同步到 GitHub 仓库 | git |
| **[kesha-voice-kit](https://github.com/drakulavich/kesha-voice-kit)** | Local STT+TTS voice toolkit. Speech-to-text (25 languages, ~19x faster than Whisper on Apple Silicon via CoreML, ONNX fallback), text-to-speech (9 languages via Kokoro + Vosk-TTS + 180 macOS system voices, SSML), VAD, speaker diarization, language detection (107 langs). Rust engine. No cloud required. | Rust |

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win

Document the platform limit for speaker diarization.

The upstream documentation limits speaker diarization to darwin-arm64; Linux and Windows return an unsupported-platform error. Add this qualifier so users do not expect the feature on every supported platform. (raw.githubusercontent.com)

🧰 Tools
🪛 LanguageTool

[style] ~17-~17: This phrase is redundant (‘OS’ stands for ‘operating system’). Use simply “macOS”.
Context: ...9 languages via Kokoro + Vosk-TTS + 180 macOS system voices, SSML), VAD, speaker diarization...

(ACRONYM_TAUTOLOGY)

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@README.md` at line 17, Update the kesha-voice-kit description in the README
table to state that speaker diarization is supported only on darwin-arm64, while
Linux and Windows report an unsupported-platform error. Keep the existing
feature and platform descriptions unchanged otherwise.

Source: MCP tools


## 它们之间的关系

Expand Down