iflytek-speed-transcription

仓库创建 2026年3月30日最近提交 4 小时前SkillHot 收录 20 天前
▸ 精选理由

极高转录速度适合大批量会议、媒体和客服录音转写场景。

▸ 风险提示

需上传音频到科大讯飞并使用API,可能涉及录音中个人信息的隐私风险。

这个 Skill 做什么

超快速将音频转写为文本,支持多语种与200+中文方言自动识别。

用 iFLYTEK 的极速转写把音频快速变成文字,支持 WAV/PCM/MP3 等格式和中英文及 200+ 中文方言的自动识别,1 小时音频大约可在几十秒级完成转写。适合需要批量或实时把语音变文字的场景。特别之处是速度极快且能自动识别方言,减少手工校对工作量。

▸ 展开 SKILL.md 英文原文

Ultra-fast speech transcription using iFLYTEK Speed Transcription API. Transcribe audio files (WAV/PCM/MP3) up to 5 hours in ~20 seconds per hour. Supports Chinese, English, and 202+ Chinese dialects with automatic language detection. Use when user asks to transcribe audio files, convert speech to text, or mentions "speed transcription" or "极速转写".

办公文档快速转录语音识别多方言支持通用
213
Stars
25
Forks
11
仓库内 Skill
+14
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/iflytek/iFly-Skills/main/skills/iflytek-speed-transcription/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/iflytek/iFly-Skills/main/skills/iflytek-speed-transcription/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# iFly Speed Transcription

Ultra-fast speech transcription service that converts audio files to text in record time - **1 hour of audio transcribes in ~20 seconds**.

## Quick Start

```bash
# Basic transcription (auto-detect language and dialect)
python3 scripts/transcribe.py /path/to/audio.mp3

# Save to file
python3 scripts/transcribe.py /path/to/audio.wav --output result.txt

# With domain-specific optimization
python3 scripts/transcribe.py /path/to/audio.mp3 --pd medical

# With speaker separation
python3 scripts/transcribe.py /path/to/meeting.mp3 --vspp-on 1 --speaker-num 2
```

## Setup

### 1. API Credentials

Get credentials from [iFlytek Open Platform](https://www.xfyun.cn/):

- *
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有