speech-to-text

Transcribe audio locally with Faster Whisper for private, offline speech-to-text.

Updated Apr 5, 2026
One-click install
npx skills add https://github.com/ConnectiveTCS/Gradient_Generator --skill speech-to-text-connectivetcs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speech-to-text
Source: https://github.com/ConnectiveTCS/Gradient_Generator/tree/main/.agents/skills/speech-to-text
Command: npx skills add https://github.com/ConnectiveTCS/Gradient_Generator --skill speech-to-text-connectivetcs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Transcribes spoken audio into accurate text locally, eliminating reliance on cloud services and protecting sensitive voice data.

Core Features & Use Cases

  • On-device transcription with faster-whisper for low-latency results
  • Privacy-first processing: audio never leaves the device, and transcripts can be sanitized
  • Real-time streaming and offline multi-language support for assistants like JARVIS

Quick Start

Provide a local audio file to the STT engine to obtain a transcription while ensuring the audio is deleted after processing.

Frequently Asked Questions about speech-to-text

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

FAQPage Schema
How do I transcribe audio locally without sending voice data to the cloud?

On-device speech-to-text transcription processes audio locally using Faster Whisper, eliminating cloud reliance and protecting sensitive voice data. Audio never leaves the device, ensuring total privacy during real-time or offline transcription.

Does faster-whisper support real-time streaming and multi-language transcription?

Yes, faster-whisper supports real-time streaming and offline multi-language scenarios for assistants. It delivers low-latency results while incorporating local model selection and VAD to meet production-ready requirements.

Can I use on-device speech-to-text for a JARVIS-like assistant offline?

On-device speech-to-text is designed for assistants like JARVIS, offering real-time commands and offline multi-language support. It prioritizes latency and privacy by processing audio locally without requiring internet connectivity.

What is the best way to ensure privacy when transcribing sensitive voice recordings?

Privacy-first speech-to-text processing ensures audio never leaves the device and transcripts can be sanitized. It uses secure temporary storage and privacy-preserving logging, deleting the audio file after processing completes.

Do I need voice activity detection for accurate offline transcription?

Voice activity detection (VAD) is incorporated into the speech-to-text engine to improve accuracy and efficiency. Combined with input validation and local model selection, VAD helps meet production-ready transcription requirements.