返回顶部
m

mlx-whisper本地语音转文字

Local speech-to-text with MLX Whisper (Apple Silicon optimized, no API key).

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

mlx-whisper

MLX Whisper

使用Apple MLX的本地语音转文字,针对Apple Silicon Mac进行了优化。

快速开始

bash
mlx_whisper /path/to/audio.mp3 --model mlx-community/whisper-large-v3-turbo

常见用法

bash

转录为文本文件


mlx_whisper audio.m4a -f txt -o ./output

指定语言进行转录

mlx_whisper audio.mp3 --language en --model mlx-community/whisper-large-v3-turbo

生成字幕(SRT格式)

mlx_whisper video.mp4 -f srt -o ./subs

翻译为英语

mlx_whisper foreign.mp3 --task translate

模型(首次使用自动下载)

模型大小速度质量
mlx-community/whisper-tiny~75MB最快基础
mlx-community/whisper-base
~140MB | 快 | 良好 | | mlx-community/whisper-small | ~470MB | 中等 | 较好 | | mlx-community/whisper-medium | ~1.5GB | 较慢 | 优秀 | | mlx-community/whisper-large-v3 | ~3GB | 最慢 | 最佳 | | mlx-community/whisper-large-v3-turbo | ~1.6GB | 快 | 极佳(推荐) |

注意事项

  • - 需要Apple Silicon Mac(M1/M2/M3/M4)
  • 模型缓存至 ~/.cache/huggingface/
  • 默认模型为 mlx-community/whisper-tiny;使用 --model mlx-community/whisper-large-v3-turbo 可获得最佳效果

标签

skill ai

通过对话安装

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

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 mlx-whisper-1776163030 技能

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

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

通过命令行安装

skillhub install mlx-whisper-1776163030

下载

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

文件大小: 1.36 KB | 发布时间: 2026-4-15 10:48

v1.0.0 最新 2026-4-15 10:48
- Initial release of mlx-whisper: Local speech-to-text using MLX Whisper, optimized for Apple Silicon Macs.
- No API key required; models are downloaded and cached on demand.
- Supports transcription, translation, and subtitle generation (SRT).
- Multiple models available with trade-offs in speed and quality.
- Simple command-line interface for quick audio transcription and subtitle creation.

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

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

p2p_official_large
返回顶部