什麼是 speech-to-text?
使用 ElevenLabs Scribe v2 將音訊轉錄為文字。將音訊/視訊轉換為文字、生成字幕、轉錄會議或處理語音內容時使用。 來源:connorads/dotfiles。
使用 ElevenLabs Scribe v2 將音訊轉錄為文字。將音訊/視訊轉換為文字、生成字幕、轉錄會議或處理語音內容時使用。
透過命令列快速安裝 speech-to-text AI 技能到你的開發環境
來源:connorads/dotfiles。
Transcribe audio to text with Scribe v2 - supports 90+ languages, speaker diarization, and word-level timestamps.
Setup: See Installation Guide. For JavaScript, use @elevenlabs/ packages only.
| scribev2 | State-of-the-art accuracy, 90+ languages | Batch transcription, subtitles, long-form audio | | scribev2realtime | Low latency (150ms) | Live transcription, voice agents |
使用 ElevenLabs Scribe v2 將音訊轉錄為文字。將音訊/視訊轉換為文字、生成字幕、轉錄會議或處理語音內容時使用。 來源:connorads/dotfiles。
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/connorads/dotfiles --skill speech-to-text使用 ElevenLabs Scribe v2 將音訊轉錄為文字。將音訊/視訊轉換為文字、生成字幕、轉錄會議或處理語音內容時使用。 來源:connorads/dotfiles。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/connorads/dotfiles --skill speech-to-text 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/connorads/dotfiles