doubao-asr(豆包语音转写)

Transcribe audio files via Doubao Seed-ASR 2.0 API with speaker diarization.

13|1|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/vahnxu/doubao-asr --skill doubao-asr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: doubao-asr(豆包语音转写)
Source: https://github.com/vahnxu/doubao-asr/tree/main
Command: npx skills add https://github.com/vahnxu/doubao-asr --skill doubao-asr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates audio transcription from recorded files using Doubao Seed-ASR 2.0, offering high-accuracy Chinese speech recognition and various transcription options.

Core Features & Use Cases

  • Audio Transcription: Convert audio files to text with accurate speech recognition.
  • Speaker Diarization: Identify and separate speakers in a recording.
  • SRT Subtitle Export: Export transcripts as SRT subtitles.
  • Recognition Tiers: Choose between standard, express, and offpeak recognition tiers for speed and cost optimization.
  • Use Case: Imagine you need to transcribe a long meeting recording quickly. Use this Skill with the express tier to get results in seconds.

Quick Start

To transcribe an audio file, use the command: python3 {baseDir}/scripts/transcribe.py /path/to/audio.m4a

Frequently Asked Questions about doubao-asr(豆包语音转写)

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

FAQPage Schema
How do I transcribe an audio file to text using Python?

To transcribe audio to text, run the provided transcription script with your audio file path. The Skill uses the Doubao Seed-ASR 2.0 API to convert recorded speech into accurate text transcripts automatically.

Does this speech recognition tool support Chinese dialects and other languages?

Yes, this speech recognition tool supports various Chinese dialects and over 13 languages. It uses the Doubao Seed-ASR 2.0 API to ensure high accuracy across different linguistic inputs.

Can I generate SRT subtitles and separate speakers in audio transcription?

Yes, audio transcription supports speaker diarization to identify and separate speakers, and it can export transcripts as SRT subtitle files for direct use in video production.

What is the best way to optimize speed and cost for large audio transcription tasks?

To optimize speed and cost for audio transcription, select between standard, express, and offpeak recognition tiers. Use the express tier for fast results on long meeting recordings.

Do I need to upload audio files to Volcengine TOS before submitting transcription tasks?

Yes, the transcription process handles uploading your local audio files to Volcengine TOS automatically. This step is required before submitting the task to the Doubao Seed-ASR 2.0 API.