Dear all,
aeneas v1.4.1 is now available on GitHub (on the master branch):
https://github.com/readbeyond/aeneas/
Docs:
http://www.readbeyond.it/aeneas/docs/
Change log:
http://www.readbeyond.it/aeneas/docs/changelog.html
=== === ===
As mentioned in a previous email, this release contains some structural
changes mainly aimed to ease developing the next major release (v1.5.0),
and some minor optimizations --- e.g., execute_task should be slightly
faster.
The user interfaces of the CLI tools are essentially unchanged, but now
you can specify runtime configurations using the "-r" or
"--runtime-configuration" switch. For example, to force running the
Python code instead of the optimized C code, append to the command
invokation:
-r="c_extensions=False"
or, to run at 10ms resolution (instead of the default 40ms):
-r="mfcc_window_length=0.025|mfcc_window_shift=0.010"
See the change log for details:
http://www.readbeyond.it/aeneas/docs/changelog.html
Please report any bugs you find.
=== === ===
I have also updated the Web App, now at v0.0.8:
http://aeneasweb.org/
To prevent memory overruns, I added the constraint that each audio file
cannot be longer than 1.5 hours --- it seems fair enough for a "free"
service, considering the budget of this project (0).
I renewed the VPS for another 3 months. Donations are welcome --- I have
received none so far, albeit the Web App is used daily by ~3 users (on
average) --- which is not really a stimulus for working on it or keeping
it alive.
=== === ===
Roadmap for v1.5.0:
1. multilevel sync maps
2. better word-level alignment, e.g. by performing multiple passes at
different resolutions
3. audio-driven text segmentation (primarily for CC applications, and
maybe for Audio-eBook applications)
4. on-disk computation when the single audio file is too big to be
processed in RAM --- this, combined with 2., would allow processing
large audio files (e.g., >2h audiobook as a single audio file) that
currently are not managed at all
This (v1.5.0) next major release will require a large amount of work and
hence please do not expect it to be ready before 3 months.
=== === ===
Best regards,
Alberto Pettarin