/audio_alignment

Align various Sanskrit texts and audio

Primary LanguagePythonMIT LicenseMIT

audio_alignment

Collection of scripts and utilities to align Sanskrit text and audio.

To use the scripts and perform alignment of text and audio:

  1. Install aeneas using pip install aeneas
  2. Install the required libraries - ffprobe ffmpeg espeak libespeak-dev (E.g. using apt on Ubuntu).
  3. Use the align function in utils/alignment.py to align the text and audio.

For examples, please see align.py in the rAmAyaNa or meghaduta subdirectories.

Website

Please see the result at the project page

Adding new data

To contribute new data to the project, please follow these Instructions