SKILL.md
readonlyread-only
name
openai-whisper
description
本機語音轉文字,使用 Whisper CLI(無需 API 金鑰)。
Whisper(CLI)
使用 whisper 在本機進行語音轉文字。
快速開始
whisper /path/audio.mp3 --model medium --output_format txt --output_dir .whisper /path/audio.m4a --task translate --output_format srt
備註
- 模型會在首次執行時下載至
~/.cache/whisper。 - 在此安裝中,
--model預設為turbo。 - 使用較小模型可提升速度,較大模型則可提升準確度。






