Transcription

Use when the user wants to transcribe audio files (MP3, WAV, M4A) to text using MLX Whisper on Apple Silicon

varunr89 Updated

File contents

Audio Transcription

Fast local transcription using MLX Whisper with Apple Silicon GPU/Neural Engine acceleration.

Requirements

  • Apple Silicon Mac (M1+)
  • Python 3.11+ with mlx-whisper package
  • Model: mlx-community/whisper-large-v3-turbo (auto-downloaded on first use)

Usage

The script at ${CLAUDE_PLUGIN_ROOT}/scripts/transcribe.py processes MP3/WAV/M4A files:

python3 ${CLAUDE_PLUGIN_ROOT}/scripts/transcribe.py /path/to/audio/files/
  • Processes all audio files in the given directory
  • Outputs transcription text to stdout
  • Reports timing statistics per file

Setup

python3 -m venv .venv
source .venv/bin/activate
pip install mlx-whisper

varunr89/claude-marketplace/tree/main/plugins/transcription/skills/transcription commit e36d68a12b

Frequently asked questions

npx skillmds@latest add varunr89/transcription