Collection of scripts and utilities to align Sanskrit text and audio.
To use the scripts and perform alignment of text and audio:
- Install
aeneas
usingpip install aeneas
- Install the required libraries -
ffprobe ffmpeg espeak libespeak-dev
(E.g. usingapt
onUbuntu
). - Use the
align
function inutils/alignment.py
to align the text and audio.
For examples, please see align.py
in the rAmAyaNa
or meghaduta
subdirectories.
Please see the result at the project page
To contribute new data to the project, please follow these Instructions