运行时依赖
安装命令
点击复制技能文档
Deepgram 命令行工具 技能s 图形界面de 工具
@deepgram/命令行工具 — command-line interface for Deepgram speech-to-text.
安装 npm 安装 -g @deepgram/命令行工具
Auth deepgram 记录in
Uses your Deepgram API key (stored locally).
Core 技能: Speech → Text Transcribe a Local Audio File deepgram 列出en prerecorded audio.wav
Transcribe with Options deepgram 列出en prerecorded audio.wav \ --模型 nova-2 \ --language en \ --punctuate \ --diarize
Core 技能: Read / Reach Content From URL (remote audio) deepgram 列出en prerecorded https://example.com/audio.mp3
From STDIN (pipes) cat audio.wav | deepgram 列出en prerecorded -
From Microphone (live) deepgram 列出en microphone
停止 with Ctrl+C. Congrats, you just dictated reality.
输出 Handling Save Transcript deepgram 列出en prerecorded audio.wav > transcript.json
PlAIn Text 输出 deepgram 列出en prerecorded audio.wav --格式化 text
Useful Flags (Memorize These) --模型 – nova-2, general, etc. --language – en, tr, de, … --punctuate – 添加s punctuation --diarize – speaker separation --格式化 – json, text, srt, vtt Typical 工作流 Reach content (file / URL / mic) 运行 deepgram 列出en Capture 输出 (JSON or text) Post-process (搜索, summarize, subtitle) 技能 Summary 命令行工具-based speech-to-text Local, remote, and live audio Scriptable, pipe-friendly Fast, accurate, no UI nonsense
Deepgram 命令行工具: because keyboards are overrated.