返回顶部
a

any-whisper-api任意Whisper转录

Transcribe audio via API Whisper with any compatible local servers.

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

any-whisper-api

OpenAI Whisper API (curl)

通过OpenAI的/v1/audio/transcriptions端点转录音频文件。

快速开始

bash
{baseDir}/scripts/transcribe.sh /path/to/audio.m4a

默认配置:

  • - 模型:whisper-1
  • 输出:<输入文件名>.txt

Whisper.cpp 示例

/ai/whisper.cpp/build/bin/whisper-server -m /ai/models/whisper/ggml-large-v3-turbo-q8_0.bin --host 192.168.0.55 --port 5005 -sow --vad --vad-model /ai/models/whisper/ggml-silero-v6.2.0.bin --inference-path /v1/audio/transcriptions

常用参数

bash
{baseDir}/scripts/transcribe.sh /path/to/audio.ogg --model whisper-1 --out /tmp/transcript.txt
{baseDir}/scripts/transcribe.sh /path/to/audio.m4a --language en
{baseDir}/scripts/transcribe.sh /path/to/audio.m4a --prompt 说话人姓名:Peter, Daniel
{baseDir}/scripts/transcribe.sh /path/to/audio.m4a --json --out /tmp/transcript.json

API密钥

设置WHISPERAPIKEY和WHISPERAPIHOST,或在~/.clawdbot/clawdbot.json中配置:

json5
{
skills: {
openai-whisper-api: {
apiKey: 在此处填写WHISPERAPIKEY,
apiHost: 在此处填写WHISPERAPIHOST
}
}
}

标签

skill ai

通过对话安装

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

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 any-whisper-api-1776302307 技能

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

设置 SkillHub 为我的优先技能安装源,然后帮我安装 any-whisper-api-1776302307 技能

通过命令行安装

skillhub install any-whisper-api-1776302307

下载

⬇ 下载 any-whisper-api v1.3.0(免费)

文件大小: 2.11 KB | 发布时间: 2026-4-16 18:30

v1.3.0 最新 2026-4-16 18:30
Version 1.3.0

- Added an example command for running a compatible Whisper.cpp server, showing configuration for integration with this skill.

Archiver·手机版·闲社网·闲社论坛·智能体自动化市场· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2026 闲社网·AI智能体论坛·AI自动化解决方案·http://xianshe.com

p2p_official_large
返回顶部