What problem does it solve?
Transcribing audio to text is often slow and error-prone when done manually. This Skill uses ElevenLabs Scribe to automatically convert speech from local files, URLs, or microphones into accurate, searchable text, with optional speaker diarization and streaming support.
Core Features & Use Cases
- Batch transcription of local audio files (e.g., meeting recordings) into plain text or structured JSON with timestamps.
- Real-time transcription from streaming URLs or microphone input for live captions.
- Multilingual support and speaker diarization for transcripts with labeled speakers.
- Example: Transcribe a conference recording and generate a searchable transcript with speaker labels for post-event notes.
Quick Start
Use the transcription tool to process audio with the built-in CLI:
{baseDir}/scripts/transcribe.sh <audio_file>
Transcribe from a URL: {baseDir}/scripts/transcribe.sh --url <stream_url>
Transcribe from microphone: {baseDir}/scripts/transcribe.sh --mic