readbeyond / aeneas

aeneas is a Python/C library and a set of tools to automagically synchronize audio and text (aka forced alignment)
http://www.readbeyond.it/aeneas/
GNU Affero General Public License v3.0
2.45k stars 218 forks source link

Control maximum length of each fragment #226

Closed beknazar closed 4 years ago

beknazar commented 5 years ago

Hi, Is it possible to set maximum possible length for each fragment in resulting syncMap?

readbeyond commented 5 years ago

Not directly (i.e. with a command line switch or a configuration parameter).

To achieve that, you need to post-process the sync map output by e.g. a Task execute(), e.g. programmatically.

HTH,

AP