返回顶部
l

local-whisper本地语音转文字

Local speech-to-text using OpenAI Whisper. Runs fully offline after model download. High quality transcription with multiple model sizes.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
10,420
下载量
免费
免费
12
收藏
概述
安装方式
版本历史

local-whisper

Local Whisper STT

使用OpenAI的Whisper进行本地语音转文字。初始模型下载后可完全离线使用

使用方法

bash

基础用法


~/.clawdbot/skills/local-whisper/scripts/local-whisper audio.wav

使用更优模型

~/.clawdbot/skills/local-whisper/scripts/local-whisper audio.wav --model turbo

带时间戳

~/.clawdbot/skills/local-whisper/scripts/local-whisper audio.wav --timestamps --json

模型

模型大小说明
tiny39M速度最快
base
74M | 默认模型 | | small | 244M | 良好平衡 | | turbo | 809M | 最佳速度/质量比 | | large-v3 | 1.5GB | 最高准确度 |

选项

  • - --model/-m — 模型大小(默认:base)
  • --language/-l — 语言代码(省略时自动检测)
  • --timestamps/-t — 包含单词时间戳
  • --json/-j — JSON格式输出
  • --quiet/-q — 隐藏进度信息

设置

使用uv管理的虚拟环境,位于.venv/。重新安装方法:
bash
cd ~/.clawdbot/skills/local-whisper
uv venv .venv --python 3.12
uv pip install --python .venv/bin/python click openai-whisper torch --index-url https://download.pytorch.org/whl/cpu

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 local-whisper-1776375218 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 local-whisper-1776375218 技能

通过命令行安装

skillhub install local-whisper-1776375218

下载

⬇ 下载 local-whisper v1.0.0(免费)

文件大小: 2.41 KB | 发布时间: 2026-4-17 16:21

v1.0.0 最新 2026-4-17 16:21
- Initial release of local-whisper: local speech-to-text using OpenAI Whisper, fully offline after model download.
- Supports multiple model sizes for different speed/quality needs: tiny, base (default), small, turbo, large-v3.
- Includes options for language selection, timestamps, JSON output, and quiet mode.
- Provides clear setup instructions using uv-managed Python virtual environment.
- Requires ffmpeg for audio processing.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部