ASR

Transcribes audio files and base64 payloads into searchable text transcripts.

1|Updated Aug 3, 2025
One-click install
npx skills add https://github.com/eesha000009-dev/Exam-Prep100 --skill asr-eesha000009-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ASR
Source: https://github.com/eesha000009-dev/Exam-Prep100/tree/main/skills/ASR
Command: npx skills add https://github.com/eesha000009-dev/Exam-Prep100 --skill asr-eesha000009-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires z-ai-web-dev-sdk, and includes scripts (resource) components.

What problem does it solve?

Converts spoken audio into accurate, searchable text so teams can avoid manual transcription work and unlock voice data for search, analysis, and accessibility.

Core Features & Use Cases

  • File and Base64 Transcription: Transcribe local audio files or base64-encoded audio payloads into text.
  • Batch & Streaming Support: Process single files, directories of recordings, batched jobs, or streaming/real-time inputs with caching and basic validation.
  • Integration Example: Use it in backend services or an Express.js endpoint to transcribe meeting recordings, podcasts, interviews, or call-center audio into searchable transcripts.

Quick Start

Transcribe the audio file meeting.wav into a cleaned text transcript and return the transcription with a word count.

Frequently Asked Questions about ASR

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

FAQPage Schema
How do I transcribe audio files to text in an Express.js backend?

To transcribe audio files to text in an Express.js backend, you can process local WAV, MP3, M4A, or FLAC files using SDK integration. The workflow supports single files, batch jobs, and directory-wide processing.

Can I use base64-encoded audio payloads for speech-to-text transcription?

Yes, you can use base64-encoded audio payloads for speech-to-text transcription. The system directly accepts base64 inputs alongside common audio formats like WAV and MP3 to generate searchable text transcripts.

Does this speech-to-text solution support streaming and real-time audio processing?

Yes, this speech-to-text solution supports streaming and real-time audio processing. It handles both batch file transcription and streaming inputs, utilizing caching and basic file-size validation during processing.

What is the best way to batch transcribe a directory of audio recordings?

The best way to batch transcribe a directory of audio recordings is using directory-wide processing features. This approach converts multiple spoken audio files into searchable text transcripts efficiently.

Do I need the z-ai-web-dev-sdk to perform speech-to-text transcription?

Yes, you need the z-ai-web-dev-sdk dependency to perform speech-to-text transcription. This SDK integration provides the core mechanism for converting spoken audio into accurate text.