什麼是 audio-tts?
本地TTS語音產生(macOS say + afconvert),輸出m4a檔。 來源:cklxx/elephant.ai。
本地TTS語音產生(macOS say + afconvert),輸出m4a檔。
透過命令列快速安裝 audio-tts AI 技能到你的開發環境
來源:cklxx/elephant.ai。
speak | 参数 | 类型 | 必填 | 说明 |
| text | string | 是 | 朗读文本 | | voice | string | 否 | voice 名称(如 Ting-Ting / Samantha),默认空(系统默认) | | rate | int | 否 | 语速 WPM(say 的 -r 参数) | | output | string | 否 | 输出路径(默认 /tmp/tts .m4a) |
本地TTS語音產生(macOS say + afconvert),輸出m4a檔。 來源:cklxx/elephant.ai。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/cklxx/elephant.ai --skill audio-tts 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/cklxx/elephant.ai --skill audio-tts本地TTS語音產生(macOS say + afconvert),輸出m4a檔。 來源:cklxx/elephant.ai。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/cklxx/elephant.ai --skill audio-tts 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/cklxx/elephant.ai