srinivr/kaldi-long-audio-alignment
Long audio alignment using Kaldi
This tool helps speech researchers and developers process very long audio recordings for Automatic Speech Recognition (ASR) training. It takes a lengthy audio file and its full transcript, then intelligently splits them into many shorter, aligned audio and text segments. This makes the data much more manageable and efficient for training ASR models.
No commits in the last 6 months.
Use this if you need to prepare extremely long audio recordings and their corresponding transcripts for use in ASR model training, by breaking them into smaller, precisely matched segments.
Not ideal if you are looking for a general-purpose audio editing tool or if your primary goal is simple transcription without needing to segment for ASR training.
Stars
23
Forks
10
Language
Shell
License
Apache-2.0
Category
Last pushed
Apr 22, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/voice-ai/srinivr/kaldi-long-audio-alignment"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
daanzu/kaldi-active-grammar
Python Kaldi speech recognition with grammars that can be set active/inactive dynamically at decode-time
gooofy/py-kaldi-asr
Some simple wrappers around kaldi-asr intended to make using kaldi's (online) decoders as...
nttcslab-sp/kaldiio
A pure python module for reading and writing kaldi ark files
pykaldi/pykaldi
A Python wrapper for Kaldi
kaldi-asr/kaldi
kaldi-asr/kaldi is the official location of the Kaldi project.