wjs-transcribing-audio

Convert audio to SRT subtitles using Volcano ASR and OpenAI Whisper API.

114|17|Updated May 11, 2026
One-click install
npx skills add https://github.com/jianshuo/claude-skills --skill wjs-transcribing-audio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wjs-transcribing-audio
Source: https://github.com/jianshuo/claude-skills/tree/main/wjs-transcribing-audio
Command: npx skills add https://github.com/jianshuo/claude-skills --skill wjs-transcribing-audio

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires openai-whisper, volc_asr_stream.py, build_srt_from_asr.py, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of converting audio to a timestamped subtitle (SRT) file, saving time and reducing errors in manual transcription.

Core Features & Use Cases

  • Audio to SRT: Converts spoken audio into SRT format with accurate timestamps.
  • Multilingual Support: Handles various languages, defaulting to Volcano ASR for Chinese and OpenAI Whisper API for others.
  • Use Case: Ideal for creating subtitles for videos, especially for Chinese content where Volcano ASR provides better accuracy.

Quick Start

Run the skill with the command: /wjs-transcribing-audio

Frequently Asked Questions about wjs-transcribing-audio

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

FAQPage Schema
How do I convert audio to SRT subtitles automatically?

Converting audio to SRT format involves processing spoken audio through ASR engines to generate timestamped text. This Skill routes Chinese audio to Volcano ASR and other languages to OpenAI Whisper API for high accuracy.

What is the best way to transcribe Chinese audio with high accuracy?

Transcribing Chinese audio with high accuracy is best handled by Volcano ASR, which this Skill defaults to for Chinese content. OpenAI Whisper API is used as the fallback for non-Chinese languages.

Does this audio transcription method support languages other than Chinese?

Yes, this audio transcription method supports various languages by utilizing the OpenAI Whisper API. Volcano ASR is specifically applied to Chinese audio to ensure optimal recognition results.

Can I use OpenAI Whisper to create SRT files for video subtitles?

Yes, you can use OpenAI Whisper to create SRT files for video subtitles. The Skill leverages the Whisper API to transcribe non-Chinese audio and automatically formats the output with accurate timestamps.

Why use Volcano ASR instead of Whisper for Chinese audio transcription?

Using Volcano ASR instead of Whisper for Chinese audio transcription provides better accuracy for Chinese content. The Skill defaults to Volcano for Chinese and reserves Whisper for other languages.

Do I need an OpenAI Whisper API key to generate SRT files?

You need an OpenAI Whisper API key to generate SRT files for non-Chinese audio. For Chinese content, the Skill relies on the Volcano ASR engine instead of Whisper to produce accurate subtitles.