AI Skill Hub 强烈推荐:语音编码助手 是一款优质的AI工具。AI 综合评分 8.0 分,在同类工具中表现稳健。如果你正在寻找可靠的AI工具解决方案,这是一个值得深入了解的选择。
使用语音与IDE交互的AI工具,支持本地语音识别,无需API密钥
语音编码助手 是一款基于 TypeScript 开发的开源工具,专注于 ai、asr、coding-assistant 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
使用语音与IDE交互的AI工具,支持本地语音识别,无需API密钥
语音编码助手 是一款基于 TypeScript 开发的开源工具,专注于 ai、asr、coding-assistant 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
# 方式一:npm 全局安装 npm install -g voxpilot # 方式二:npx 直接运行(无需安装) npx voxpilot --help # 方式三:项目依赖安装 npm install voxpilot # 方式四:从源码运行 git clone https://github.com/natearcher-ai/voxpilot cd voxpilot npm install npm start
# 命令行使用
voxpilot --help
# 基本用法
voxpilot [options] <input>
# Node.js 代码中使用
const voxpilot = require('voxpilot');
const result = await voxpilot.run(options);
console.log(result);
# voxpilot 配置说明 # 查看配置选项 voxpilot --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export VOXPILOT_CONFIG="/path/to/config.yml"
Talk to your IDE coding assistant with your voice. On-device speech recognition with multiple model options. No API keys. No cloud. Just your voice.
"Hey Copilot, refactor this function to use async/await" — spoken, not typed.
| Platform | Tool | Install |
|---|---|---|
| Linux | arecord | sudo apt install alsa-utils |
| macOS | sox | brew install sox |
| Windows | ffmpeg | [ffmpeg.org](https://ffmpeg.org) |
VoxPilot checks on activation and tells you if something's missing.
Ctrl+Alt+V (Cmd+Alt+V on Mac)First run downloads the ASR model. Takes about 10 seconds depending on model size.
[Ctrl+Alt+V] → 🎙️ "Create a REST API endpoint for user authentication using JWT"
→ 📝 Transcribed and sent to Copilot Chat
→ 💻 Copilot generates the code
| Setting | Default | Description |
|---|---|---|
voxpilot.model | moonshine-base | ASR model to use |
voxpilot.outputAction | ask | What to do with transcripts: ask, chat, cursor, clipboard |
voxpilot.vadSensitivity | 0.5 | Voice detection threshold (lower = more sensitive) |
voxpilot.autoCapitalize | true | Auto-capitalize first word of transcripts |
voxpilot.soundFeedback | true | Play beep on start/stop listening |
voxpilot.noiseGateThreshold | 0 | RMS threshold to filter background noise (0 = off, try 0.005–0.02) |
voxpilot.maxSpeechDuration | 15 | Max seconds before auto-transcribing (5–60) |
voxpilot.silenceTimeout | 1500 | Silence before finalizing a segment (ms) |
voxpilot.autoSendToChat | false | Legacy: auto-send to chat (use outputAction instead) |
voxpilot.targetChatParticipant | "" | Target participant (e.g. github.copilot) |
voxpilot.audioDevice | "" | Audio input device ID (empty = system default) |
voxpilot.inlineMode | false | Insert at cursor by default (use outputAction instead) |
创新性的语音交互AI工具,提高编码效率
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
总体来看,语音编码助手 是一款质量优秀的AI工具,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | voxpilot |
| Topics | aiasrcoding-assistanttypescript |
| GitHub | https://github.com/natearcher-ai/voxpilot |
| License | MIT |
| 语言 | TypeScript |
收录时间:2026-06-10 · 更新时间:2026-06-10 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。