iflytek-speed-transcription
Installation
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
# 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