aeneas icon indicating copy to clipboard operation
aeneas copied to clipboard

aeneas is a Python/C library and a set of tools to automagically synchronize audio and text (aka forced alignment)

Results 67 aeneas issues
Sort by recently updated
recently updated
newest added

I'm having an issue where my subs are perfect up until a point and then suddenly one of the sub lines will last a few seconds too long and then...

You windowing for the fft when calculating the mfccs is incorrect, which will reduce performance a little (dtw seems very robust). The default runtime configuration results in `frame_length = 1600`...

I try pip install and brew install, but it alway fails . I install from git same error will appear like below : --- error: Command "clang -bundle -undefined dynamic_lookup...

I have a project that involves doing forced alignment on the bible; is there a way to add biblical vocabulary to your model?

I'm trying to run a function that someone else wrote (and left no documentation). I'm running into an error with aeneas on Colab and my local machine though. I can't...

Hi, I am trying to the forced alignment between a transcript and a video, however, among the utterances, there are lots of silences. How do I figure the tool to...

Hi, I know that this version of Aeneas is no longer being supported, so am posting here to help others who may stumble on issues I have detected, and had...

I got aeneas, it works in english and french on 5-minute mp3's but when I give it a full 12 hour one (600 MB mp3, 700 KB text file), it...

If two languages are combined within one sentence, the algorithm cannot align all following sentences. Ie all following sentences are off sync. I tried `task_language=language1,language2` which wasn't accepted, just as...

Hi, I want to align a Hindi audio file and a plain text file in [Hindi Devanagari](https://en.wikipedia.org/wiki/Devanagari) using aeneas. How can I do that? I am using the following command...