whisper-transcription

Transcribe audio into timed, word-level text using Faster-Whisper and Silero VAD for lyrics and voice notes.

1|Updated Nov 24, 2025
One-click install
npx skills add https://github.com/SpiralCloudOmega/DevTeam6 --skill whisper-transcription-spiralcloudomega
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: whisper-transcription
Source: https://github.com/SpiralCloudOmega/DevTeam6/tree/main/.github/skills/ai-integration/whisper-transcription
Command: npx skills add https://github.com/SpiralCloudOmega/DevTeam6 --skill whisper-transcription-spiralcloudomega

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Faster-Whisper-powered transcription converts audio into precise, timed text for lyrics and voice notes, enabling seamless synchronization with music timelines and annotations.

Core Features & Use Cases

  • Word-level timestamps and real-time streaming for accurate lyric timing and subtitle generation.
  • Silero VAD pre-filters silence to reduce hallucinated text in music and speech segments.
  • Use Case: Transcribe vocal takes to generate timeline markers and searchable transcripts for editing and captioning.

Quick Start

Transcribe an audio file with Faster-Whisper to produce word-level timestamps suitable for lyric timing.

Frequently Asked Questions about whisper-transcription

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

FAQPage Schema
How do I transcribe audio with word-level timestamps for lyric timing?

Transcribe audio with word-level timestamps using Faster-Whisper to produce precise lyric timing and subtitle alignment. It leverages the CTranslate2 backend to convert audio into timed text suitable for synchronizing vocal takes with music timelines.

Can I use Faster-Whisper for real-time streaming transcription?

Faster-Whisper supports real-time streaming transcription to generate timed text dynamically during live audio processing. This allows for immediate generation of lyric timing and subtitle alignment while audio is actively being recorded or played.

Why does Whisper hallucinate text during silent music segments and how do I prevent it?

Whisper hallucinates text during silent segments because it attempts to interpret low-level noise as speech. Silero VAD pre-filters silence before transcription, significantly reducing hallucinated text in both music and speech segments.

Does this transcription method integrate with DAW workflows?

The transcription method integrates with DAW workflows by generating timeline markers and searchable transcripts from vocal takes. Word-level timestamps allow seamless synchronization of transcribed text with music production timelines and studio session tracks.

What is the best way to transcribe voice notes for archiving and searchability?

The best way to transcribe voice notes for archiving is using Faster-Whisper to convert audio into searchable transcripts with word-level timestamps. This enables precise text alignment and efficient voice-note archiving for future reference and editing.

What are the limitations of using VAD for speech transcription?

Silero VAD pre-filters silence to reduce hallucinated text but may occasionally clip low-volume speech or breath sounds if configured aggressively. It optimizes transcription accuracy for music production and voice-note archiving by isolating active speech segments.