whisper

Transcribe and translate audio to English using OpenAI's Whisper model.

11.5k|842|Updated Nov 3, 2025
One-click install
npx skills add https://github.com/Orchestra-Research/AI-Research-SKILLs --skill whisper-orchestra-research
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: whisper
Source: https://github.com/Orchestra-Research/AI-Research-SKILLs/tree/main/18-multimodal/whisper
Command: npx skills add https://github.com/Orchestra-Research/AI-Research-SKILLs --skill whisper-orchestra-research

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires openai-whisper, transformers, torch, faster-whisper, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of converting spoken audio into written text and translating it into English, making audio content accessible and searchable.

Core Features & Use Cases

  • Speech-to-Text Transcription: Transcribes audio in 99 languages.
  • Translation: Translates audio content directly into English.
  • Multilingual Support: Handles a wide array of languages for broad applicability.
  • Use Case: Transcribe a multilingual podcast episode, making its content searchable and available as text.

Quick Start

Use the whisper skill to transcribe the attached audio file 'meeting.mp3'.

Frequently Asked Questions about whisper

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I transcribe audio to text using Whisper for a multilingual podcast?

Audio to text transcription with Whisper converts spoken content from 99 languages into written text. You simply provide an audio file like 'meeting.mp3', and the model outputs the transcribed text, making multilingual podcast content fully searchable.

Can I translate spoken audio directly into English text?

Direct audio translation into English is supported by generating an English text transcript from foreign language audio. The Whisper model processes the input audio and outputs the translated English text, bypassing the need for a separate intermediate transcription step.

Does Whisper speech recognition work with LangChain and ffmpeg workflows?

Whisper integrates with LangChain and ffmpeg to build comprehensive audio processing workflows. LangChain helps chain the transcription output into downstream applications, while ffmpeg handles audio decoding and preprocessing before the speech recognition model runs.

What are the VRAM requirements for different Whisper model sizes?

Whisper offers various model sizes to accommodate different performance and VRAM requirements. You can select a smaller model size for environments with limited GPU memory, or a larger model to achieve higher transcription accuracy when sufficient VRAM is available.

Can I get word-level timestamps for my audio transcription?

Word-level timestamps are supported to provide precise timing alignments for each transcribed word. This feature allows you to pinpoint exact moments in the original audio, which is essential for creating subtitles, captions, and detailed audio indexing.

How do I improve transcription accuracy with initial prompts and language specification?

Specifying the target language and providing initial prompts improves transcription accuracy by guiding the Whisper model's context. This helps the speech recognition engine correctly interpret domain-specific vocabulary and maintain consistency across complex audio segments.