Transcribe audio fully offline with faster-whisper in Python: choose model size by accuracy budget, filter silence with VAD, and emit txt/srt/json. Use when a u
Secure checkout via Stripe
Works with the AI tools you already use
See it in action
You say
Transcribe meeting_recording.mp3 using the 'small' model. I need both a text file and subtitles.
Your agent does
Processing meeting_recording.mp3... Language detected: English (0.98 confidence) VAD filter active: 12s of silence skipped. Transcribing with 'small' model (int8)...
Outputs generated:
- meeting_recording.txt (Plain text)
- meeting_recording.srt (Subtitles with timestamps)
What you get
About this skill
The problem
Sending sensitive audio recordings to cloud APIs poses privacy risks and high costs for batch processing. Standard Whisper implementations are often too slow or resource-heavy for local development machines.
What it does
- Transcribes audio files fully offline using the faster-whisper CTranslate2 engine.
- Detects languages automatically or forces specific locales for better accuracy.
- Filters silence and background noise using Voice Activity Detection (VAD).
- Outputs transcripts in .txt, .srt, and .json formats with precise timestamps.
- Optimizes memory usage via int8 quantization for consumer-grade hardware.
Frameworks & tools
Python, faster-whisper, CTranslate2, FFmpeg, and VAD (Voice Activity Detection).
Why this beats prompting it yourself
This skill handles the boilerplate of setting up an efficient local inference pipeline. It includes VAD filtering to prevent hallucinated text during silence and provides pre-configured model tiers to balance speed against accuracy without trial and error.
Use cases
- Transcribe confidential internal meetings without cloud data leakage.
- Generate .srt subtitle files for long-form video content locally.
- Process massive batches of audio files without incurring per-minute API fees.
- Create searchable text indexes from voice memos and interview recordings.
Known limitations
Requires FFmpeg installed on the host system. Not intended for real-time streaming transcription.
How to install
Drop the file into your AI Agent. Works with Claude, Cursor, ChatGPT, and 20+ more.
Reviews
No reviews yet
Be one of the first to try it. Every listed skill passes our trust checks below.
Security scanned
Passed our 8-point scan before listing
Fresh listing
Recently published to Agensi
30-day refund
Not a fit? Get your money back
Trust & safety
Security scanned
Verified clean today
- 30-day refund guarantee
- One-time purchase, yours forever
- Secure checkout via Stripe
Creator
32 skills on Agensi
Frequently Asked Questions
Browse More Skills
Prompt Dataset Builder
Build and curate high-quality prompt datasets for fine-tuning and eval — deduped and labeled.
Incident Postmortem
Structured post-incident reviews: timeline, root cause, action items, and blameless write-ups.
Financial Statement Simplifier
Turn dense financial statements into plain-language summaries with key ratios and risk flags.
Cli Ux Doc Builder
Design CLI tools with the right flags, help text, and error messages users actually understand.