Skip to content

gullabi/long-audio-aligner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Long Audio Aligner

Intends to reproduce the segmentation method of the 2015 Panayotov et al. Librispeech paper.

Required tools

pocketspinx, ffmpeg and sox.

Use

For now:

python align.py <audiofile> <textfile>

Needs pocketsphinx install and also all the necessary resources for the language (acoustic model, language model, phonetic dictionary).

Tests

python -m unittest discover -s tests -p "test_*.py"

About

Aligning the transcribed words with audio using CMU Sphinx

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages