Mlx Whisper
@mgreten/mlx-whisperv2026.05.28.3
01README
Transcribe audio files using mlx_whisper on Apple Silicon. Runs the mlx_whisper CLI, captures the JSON output, and stores the full transcript (segments + language) as a swamp resource for downstream pipeline steps. Requires mlx_whisper installed (pip install mlx-whisper).
02Models
@mgreten/mlx-whisperv2026.05.28.2mlx_whisper.ts
fn transcribe(audioPath: string)
Transcribe an audio file to structured JSON using mlx_whisper
| Argument | Type | Description |
|---|---|---|
| audioPath | string | Absolute path to the audio file (m4a, mp3, wav, etc.) |
Resources
transcript(infinite)— Whisper JSON transcript with full segment data
03Previous Versions
2026.05.28.2May 28, 2026
2026.05.28.1May 28, 2026
04Stats
A
100 / 100
Downloads
3
Archive size
4.9 KB
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types1/1earned
- Dependencies pass trust audit2/2earned
- Has description1/1earned
- Platform support declared (or universal)2/2earned
- License declared1/1earned
- Verified public repository2/2earned
05Platforms
06Labels